Click here to Skip to main content
15,886,873 members
Articles / Desktop Programming / ATL

Using Visual C++ .NET to build a program integrated with Microsoft Visual Basic for Application (VBA)

Rate me:
Please Sign up or sign in to vote.
3.07/5 (11 votes)
4 Dec 20022 min read 57.3K   766   20  
Create a MFC Program which integrates with Microsoft Visual Basic for Application.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by TangramAppDemo.rc
//
#define IDR_MANIFEST                    1
#define IDD_ABOUTBOX                    100
#define IDP_OLE_INIT_FAILED             100
#define IDR_BACKGROUND                  104
#define IDR_ATLCLASS                    106
#define IDD_CTest                       107
#define IDR_ATLVIEW                     108
#define IDD_CTestView                   109
#define IDB_APPMINIBIT                  111
#define IDR_POPUP_CONTROLBAR            118
#define ID_VBA_PROPERTIES               119
#define ID_VBA_IDE                      120
#define ID_VBA_VIEW_CODE                121
#define ID_VBA_MODE                     122
#define IDR_MAINFRAME                   128
#define IDR_TangramAppDemoTYPE          129
#define IDR_DesignHTML                  131
#define IDR_TANGRAMAPPDEMO              132
#define IDR_APPLICATION                 133
#define IDR_TANGRAMAPPDEMODOCUMENT      134
#define IDD_FORMVIEW_TOOLWND            135
#define IDC_EDIT_CAPTION                1000
#define IDC_BUTTON1                     1000
#define IDC_BUTTON_CTRLBAR              1001
#define IDC_EDIT1                       1002
#define IDC_BUTTON_INSERTDESIGNER       1003
#define IDC_LIST_DESIGNER               1004
#define IDB_BCGBARRES_MENU_IMAGES       2129
#define ID_HAS_ADV_SECURITY             32784
#define ID_VIEW_SystemBar               32858
#define IDS_BCGBARRES_HIDE_BAR          46011
#define IDS_BCGBARRES_EXPAND_BAR        46012
#define IDS_BCGBARRES_CONTRACT_BAR      46013

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        130
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1001
#define _APS_NEXT_SYMED_VALUE           110
#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



Comments and Discussions