Click here to Skip to main content
15,892,927 members
Articles / Desktop Programming / MFC

Win32 AppWizard (exe)

Rate me:
Please Sign up or sign in to vote.
3.43/5 (5 votes)
18 Aug 2001 73.8K   1.5K   17  
A simple AppWizard for writing Win32 Applications
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Win32.rc
//
#define IDI_WIN32                       1
#define IDB_SINGLE                      117
#define IDB_YELLOW                      119
#define IDB_DIALOG                      120
#define IDB_SINGLE_BASE                 121
#define IDB_SINGLE_MENU                 122
#define IDB_SINGLE_TOOL                 123
#define IDB_SINGLE_STATUS               124
#define IDB_FINISH                      125
#define IDB_DIALOG_BASE                 126
#define IDB_MULTI                       126
#define IDB_DIALOG_MENU                 127
#define IDB_MULTI_BASE                  127
#define IDB_DIALOG_TOOL                 128
#define IDB_CODE_CASE                   128
#define IDD_CUSTOM1                     129
#define IDB_CODE_CRACKER                129
#define IDD_CUSTOM2                     130
#define IDD_CUSTOM3                     131
#define IDC_SWITCH                      1000
#define IDC_CRACKER                     1001
#define IDC_MENU                        1003
#define IDC_TOOL                        1004
#define IDC_STATUS                      1005
#define IDC_PICTURE1                    1007
#define IDC_YELLOW                      1008
#define IDC_SINGLE                      1009
#define IDC_MULTI                       1010
#define IDC_DIALOG                      1011
#define IDC_CODE                        1011
#define IDC_LIST_PROJECT                1012

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        138
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1014
#define _APS_NEXT_SYMED_VALUE           101
#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
Korea (Republic of) Korea (Republic of)
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions