Click here to Skip to main content
15,891,828 members
Articles / Programming Languages / C++

Have a glass with WTL!

Rate me:
Please Sign up or sign in to vote.
4.99/5 (26 votes)
5 Jun 2007CPL5 min read 142.5K   3.6K   80  
Enable Aero glass with your native (WTL) applications and keep backwards compatibility
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by AeroDialog.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDD_MAINDLG                     129
#define IDC_CHECK1                      1000
#define IDC_CHECK2                      1001
#define IDC_RADIO1                      1002
#define IDC_RADIO2                      1003
#define IDC_EDIT1                       1004
#define IDC_GROUP                       1005
#define IDC_LIST1                       1006
#define IDC_COMBO1                      1007
#define IDC_RICHEDIT21                  1008
#define IDC_RICHEDIT1                   1008
#define IDC_MONTHCALENDAR1              1009
#define IDC_APPICON                     1010
#define IDC_APPTEXT                     1011

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        202
#define _APS_NEXT_COMMAND_VALUE         32775
#define _APS_NEXT_CONTROL_VALUE         1012
#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, along with any associated source code and files, is licensed under The Common Public License Version 1.0 (CPL)


Written By
France France
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions