Click here to Skip to main content
15,895,817 members
Articles / Desktop Programming / WTL

Use your own ATL-Objects in Dev-Studio Macros

Rate me:
Please Sign up or sign in to vote.
1.00/5 (1 vote)
17 Feb 20023 min read 48.5K   243   9  
Shows how to develop ATL-Objects to extend VB-Script. Uses ISharedPropertyGroupManager to keep data in memory. Supervises MSDEV-shutdown.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by MakroExtensions.rc
//
#define IDS_PROJNAME                    100
#define IDR_EXTFUNCS                    102
#define IDD_CMAKROEXTDLG                103
#define IDC_EDT_CLIP_TEXT               201

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        201
#define _APS_NEXT_COMMAND_VALUE         32768
#define _APS_NEXT_CONTROL_VALUE         202
#define _APS_NEXT_SYMED_VALUE           104
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Germany Germany
I'm a (paid) software-developer since about 1995. All started in 1983 with hacking assembly code on a commodore 64. I'm using the one and only Language "C++" since 1996. I know others like VB Java TCL/TK (Sometime I was forced to use them) but they can't be compared to the power and mystic of C++.

Comments and Discussions