Click here to Skip to main content
15,860,943 members
Articles / Programming Languages / C++

Win32 Simple Application AppWizard

Rate me:
Please Sign up or sign in to vote.
4.76/5 (7 votes)
22 Jun 20045 min read 91.7K   1K   37  
An article on creating an AppWizard to create Win32 based applications.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SimpleApplicationWizard.rc
//
#define IDI_SIMPLEAPPLICATIONWIZARD     1
#define IDD_CUSTOM1                     129
#define IDC_RADIO_WINDOW_BASED          1000
#define IDC_RADIO_DIALOG_BASED          1001
#define IDC_CHECK_INIT_COMMON_CONTROLS  1002
#define IDC_CHECK_USE_WINSOCK           1003

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        122
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1004
#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
Software Developer (Senior)
Italy Italy
Worked as a Java developer targeting J2EE and J2SE for half a decade.

Now he's employed for Avanade as a Senior Associate Consultant on Microsoft technologies.

His hobbies are Win32 programming using SDK, MFC, ATL and COM; playing guitar and listening to music.

Comments and Discussions