Click here to Skip to main content
15,896,118 members
Articles / Desktop Programming / MFC

Docking Toolbars in Plain C

Rate me:
Please Sign up or sign in to vote.
4.93/5 (86 votes)
4 May 2005CPOL41 min read 294K   5.6K   192  
How to create docking toolbars/windows in plain C (no MFC, ATL, COM, nor WTL).
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by DockTest.rc
//
#define IDR_MAINFRAME                   100
#define IDR_CLIENT                      101
#define IDC_CLIENT                      1000
#define IDC_MYBUTTON                    1001
#define IDC_MYTREE                      1002
#define IDC_MYEDIT                      1003
#define IDM_FILE_NEW                    40001
#define IDM_FILE_OPEN                   40002
#define IDM_FILE_SAVE                   40003
#define IDM_FILE_SAVEAS                 40004
#define IDM_FILE_EXIT                   40005
#define IDM_HELP_ABOUT                  40006
#define IDM_VIEW_TOOLWINDOW             40007

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        150
#define _APS_NEXT_COMMAND_VALUE         40007
#define _APS_NEXT_CONTROL_VALUE         1002
#define _APS_NEXT_SYMED_VALUE           104
#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
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions