Click here to Skip to main content
15,895,777 members
Articles / Programming Languages / C

System Dialogs

,
Rate me:
Please Sign up or sign in to vote.
4.89/5 (68 votes)
21 Aug 2004CPOL1 min read 162K   3.4K   98  
This article shows you a very simple way to show system dialogs like Internet Options, Add/Remove Programs, and etc.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SystemDialogs_Demo.rc
//
#define IDC_ADD_REMOVE_PROGRAM          3
#define IDC_INTERNET_OPTION             24
#define IDC_DATE_TIME                   25
#define IDC_FORMAT                      26
#define IDC_DISPLAY                     27
#define IDC_MODEM                       28
#define IDC_MULTIMEDIA                  29
#define IDC_MOUSE                       30
#define IDC_NETWORK                     31
#define IDC_PASSWORD                    32
#define IDC_SYSTEM                      33
#define IDC_REGIONAL_SETTINGS           34
#define IDC_SOUND                       35
#define IDC_GAME_CONTROLERS             36
#define IDC_KEYBOARD                    37
#define IDC_DEVICE_MANAGER              38
#define IDD_SYSTEMDIALOGS_DEMO_DIALOG   102
#define IDR_MAINFRAME                   128

// 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         1000
#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
CEO Solaris Electronics LLC
United Arab Emirates United Arab Emirates
I was born in Shiraz, a very beautiful famous city in Iran. I started programming when I was 12 years old with GWBASIC. Since now, I worked with various programming languages from Basic, Foxpro, C/C++, Visual Basic, Pascal to MATLAB and now Visual C++.
I graduated from Iran University of Science & Technology in Communication Eng., and now work as a system programmer for a telecommunication industry.
I wrote several programs and drivers for Synthesizers, Power Amplifiers, GPIB, GPS devices, Radio cards, Data Acquisition cards and so many related devices.
I'm author of several books like Learning C (primary and advanced), Learning Visual Basic, API application for VB, Teach Yourself Object Oriented Programming (OOP) and etc.
I'm winner of January, May, August 2003 and April 2005 best article of month competition, my articles are:


You can see list of my articles, by clicking here


Written By
Web Developer
Iran (Islamic Republic of) Iran (Islamic Republic of)
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions