Click here to Skip to main content
15,888,283 members
Articles / Desktop Programming / ATL

Win32 Dialog Helpers

Rate me:
Please Sign up or sign in to vote.
4.94/5 (38 votes)
18 Apr 200311 min read 274.2K   3.1K   79  
Easy support for dialog resizing and ActiveX controls
This article provides a few samples to enable features in WIN32 dialogs such as support for dialog resizing and ActiveX controls. VC++6 / VC++7.x projects are provided.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ResizableDialog.rc
//
#define IDD_DIALOG1                     101
#define IDD_ABOUT                       101
#define IDD_SAMPLEDIALOG                102
#define IDI_APPICON                     103
#define IDD_SAMPLEACTIVEXDIALOG         104
#define IDD_WMPACTIVEXDIALOG            105
#define IDD_WEBBROWSERAXDIALOG          130
#define IDC_EXPLORER1                   1001
#define IDC_EDITURL                     1002
#define IDC_NAVIGATE                    1003
#define IDC_TREE1                       1005
#define IDC_MEDIAPLAYER1                1006

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        106
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1006
#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.


Written By
France France
Addicted to reverse engineering. At work, I am developing business intelligence software in a team of smart people (independent software vendor).

Need a fast Excel generation component? Try xlsgen.

Comments and Discussions