Click here to Skip to main content
15,885,537 members
Articles / Desktop Programming / MFC

DirectUI Window as in XP system folders

Rate me:
Please Sign up or sign in to vote.
4.45/5 (43 votes)
1 Aug 2004CPOL6 min read 263.1K   7.6K   170  
A control to show a list of possible tasks just as in XP.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by todowin.rc
//
#define IDD_ABOUTBOX                    100
#define IDC_MYHAND                      104
#define IDR_MAINFRAME                   128
#define IDR_TODOWITYPE                  129
#define IDR_JOB_PICTURE                 130
#define IDR_JOB1                        130
#define IDR_JOB2                        131
#define IDD_DIALOG1                     131
#define IDR_JOB3                        132
#define IDB_BITMAP1                     133
#define IDC_MYCONTROL                   1001
#define ID_BILDERBEARBEITEN_PEREMAILSENDEN 32771
#define ID_BILDERBEARBEITEN_BILDBEARBEITUNGFFNEN 32772
#define ID_BILDERBEARBEITEN_BILDLSCHEN  32773
#define ID_ALLGEMEIN_VORSCHAUANZEIGEN   32774
#define ID_ALLGEMEIN_LISTENANSICHT      32775
#define ID_ALLGEMEIN_BILDHINZUFGEN      32776
#define ID_ALLGEMEIN_HILFE              32777
#define IDS_SETJOB1                     32778
#define IDS_SETJOB2                     32779
#define IDS_SETJOB3                     32780
#define ID_NUMBER1                      32781
#define ID_NUMBER2                      32782
#define ID_JOBWND_MANUALLIST            32783
#define ID_JOBWND_STYLEXP               32784
#define ID_JOBWND_STYLEOFFICE           32785
#define ID_JOBWND_STYLEXPCLASSIC        32786
#define ID_JOBWND_EXPANDGROUP1          32787
#define ID_JOBWND_COLLAPSEGROUP1        32788
#define ID_DIRECTUIWINDOW_SHOWDIALOG    32789
#define ID_JOBWND_STYLETHEMED           32792

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        137
#define _APS_NEXT_COMMAND_VALUE         32794
#define _APS_NEXT_CONTROL_VALUE         1007
#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
Web Developer
Germany Germany
Ok, a few words about me:

I started programming on the C64 by the "trial and error" method. Years later my parents got their first PC (Atari PC4, AT 8 MHz) where I started with Turbo Pascal. The next steps led to Turbo Pascal for Windows, Visual C++ 1.52c, and finally Visual C++ 6.

I had several chances to code larger projects, e.g.
* stand-alone disc copy station software (Win 3.1) with automatic reboot, disc encryption, ...
* government-used strategic decision system
* MLM marketing tool (www.upline.de)
* maintenance for show planning system and other TV software (www.hse24.de)

A lot of code, tipps and help came from this site for my later projects. Thanks again to all who helped me, even if they don't know it. I'm trying to share code (which is worth sharing) so others can get the help I got (and still need) for everyday problems.

Well, I think that's enough.

Comments and Discussions