Click here to Skip to main content
15,895,084 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.6K   3.6K   80  
Enable Aero glass with your native (WTL) applications and keep backwards compatibility
//{{NO_DEPENDENCIES}}
// Microsoft eMbedded Visual C++ generated include file.
// Used by BmpViewPPC.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_CONTEXTMENU                 201
#define IDD_PROP_PAGE1                  202
#define IDD_PROP_PAGE2                  203
#define IDD_PROP_PAGE3                  204
#define IDC_TYPE                        1001
#define IDC_WIDTH                       1002
#define IDC_HEIGHT                      1003
#define IDC_HORRES                      1004
#define IDC_VERTRES                     1005
#define IDC_BITDEPTH                    1006
#define IDC_COMPRESSION                 1008
#define IDC_FILELOCATION                1009
#define IDC_FILESIZE                    1010
#define IDC_FILEDATE                    1011
#define IDC_FILEATTRIB                  1012
#define ID_RECENT_BTN                   32777
#define ID_VIEW_PROPERTIES              32778

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        203
#define _APS_NEXT_COMMAND_VALUE         32780
#define _APS_NEXT_CONTROL_VALUE         1013
#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