Click here to Skip to main content
15,881,139 members
Articles / Programming Languages / C++

Virtual Desktop: A Simple Desktop Management Tool

Rate me:
Please Sign up or sign in to vote.
4.83/5 (46 votes)
25 Jul 2008CPOL5 min read 229.9K   11.9K   143  
This article gives you an overview of Windows Station, Windows Desktop and how to work with them. It also has a sample application (Virtual Desktop) demonstrating multiple desktop management.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Virtual Desktop.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_VIRTUALDESKTOP_DIALOG       102
#define IDR_MAINFRAME                   128
#define IDC_CREATE_NEW_DESKTOP          1000
#define IDC_DESKTOP_LIST                1001
#define IDC_DESKTOP_NAME                1002
#define IDC_ADD_NEW_DESKTOP             1003
#define IDC_DELETE_DESKTOP              1004
#define IDC_SWITCH_TO_DESKTOP           1005
#define IDC_CHECK1                      1006
#define IDC_VERIFY_CHECK                1006
#define IDC_LAUNCH_APPLICATION          1007

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        129
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1008
#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
India India
Hello All !
This is Mallinath S. Karkanti, from India. I'm working as a Software Developer in one of the Middle Scale Company... !

Comments and Discussions