Click here to Skip to main content
15,893,904 members
Articles / Desktop Programming / WTL

Resizable Property Sheet/Wizard using CDialogResize

Rate me:
Please Sign up or sign in to vote.
4.27/5 (9 votes)
12 Mar 20072 min read 87.8K   1.9K   30  
Make Property Sheet/Wizards resizable without much modification.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ResizablePropertySheet.rc
//
#define IDD_ABOUTBOX                    100
#define IDD_1                           100
#define IDR_MAINFRAME                   128
#define IDD_MAINDLG                     129
#define IDD_2                           129
#define IDB_HEADER                      203
#define IDB_WATERMARK                   204
#define IDD_0                           205
#define IDC_STATIC_NEXT                 1003
#define IDC_EDIT1                       1004
#define IDC_EDIT2                       1005
#define IDC_RADIO1                      1006
#define IDC_RADIO2                      1007
#define IDC_LBL_1                       1008
#define IDC_LBL_2                       1009
#define IDC_LBL_TITLE                   1010
#define IDC_CHECK1                      1011
#define IDC_LIST1                       1013
#define IDC_LBL_WELCOME                 1014

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        207
#define _APS_NEXT_COMMAND_VALUE         32772
#define _APS_NEXT_CONTROL_VALUE         1017
#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
Germany Germany
Hobby: system programing (operating system and hardware)
Prefered languages are x86 assembler, c and c++.
Currently student of applied computer science at university of applied sciences Bingen (Germany)

Comments and Discussions