Click here to Skip to main content
15,897,718 members
Articles / Programming Languages / C++

Multiple Desktops

Rate me:
Please Sign up or sign in to vote.
4.71/5 (23 votes)
27 Oct 2007CPOL3 min read 93.4K   5.6K   86  
Simple Dialog based Win32 application that provides multiple desktops for windows platform as available in the Linux System
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by MultiDesktop.rc
//
#define IDD_DIALOG1                     101
#define IDI_ICON1                       102
#define IDR_MENU1                       103
#define IDD_DIALOG2                     106
#define IDD_ShowDesk                    106
#define IDD_Confg                       107
#define IDD_ConfHotkey                  109
#define IDC_Desk2                       1001
#define IDC_Desk3                       1002
#define IDC_Desk4                       1003
#define IDC_HotKey                      1004
#define IDC_RADIO1                      1005
#define IDC_RADIO2                      1006
#define IDC_RADIO3                      1007
#define IDC_DeskCombo                   1008
#define IDC_KeyCombo                    1009
#define ID_MULTIDESKTOP_NEWDESKTOP      40001
#define ID_MULTIDESKTOP_EXIT            40002
#define ID_MULTIDESKTOP_HELP            40003
#define ID_Exit                         40004
#define ID_NewDesktop                   40005
#define ID_ShowHelp                     40006
#define ID_Menu                         40007
#define ID_CON                          40008
#define ID_ConfgHotkey                  40009

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        110
#define _APS_NEXT_COMMAND_VALUE         40010
#define _APS_NEXT_CONTROL_VALUE         1010
#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
Tester / Quality Assurance
India India
His name is Gaurang Shah. He has completed his bachelor in computer science.Has worked as a System programmer. Currently working as QA Analyst in Pune.

Comments and Discussions