Click here to Skip to main content
15,892,809 members
Articles / Desktop Programming / WTL

Some Mix-in classes that give your ATL/WTL program a better appearance

Rate me:
Please Sign up or sign in to vote.
4.04/5 (11 votes)
18 Apr 2004CPOL6 min read 71.7K   1.5K   18  
This article discusses some MixIn classs for WTL. These MixIn classes provides some features that WTL/ATL framework does not support, such as owner-draw menu, skinned dialog buttons and static text controls.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Demo.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDD_MAINDLG                     129
#define IDB_STUDIO                      201
#define IDR_RIGHT_MENU                  203
#define IDC_CHECK1                      1000
#define IDC_RADIO1                      1001
#define IDC_STC_WEB                     1002
#define IDC_MENU_TEST1                  32772
#define IDC_MENU_TEST2                  32773
#define IDC_MENU_TEST3                  32774
#define IDC_MENU_TEST4                  32775

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        204
#define _APS_NEXT_COMMAND_VALUE         32776
#define _APS_NEXT_CONTROL_VALUE         1003
#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 Code Project Open License (CPOL)


Written By
Software Developer (Senior)
China China
I had graduated from HuaZhong University of Science & Technology. Now, I'm working in ZTE.

Comments and Discussions