ZZ from:http://blog.csdn.net/tomcui/archive/2008/01/22/2058502.aspx
Windows Control Panel Programming
Note: This article for me in the project to check the relevant articles written, if there are improper, please point out.
Mail:tomcui60000520@163.com
Key words:
Control Panel, C
From Win8 computer setup to traditional control Panel
We know that in the Win8 start screen will move the mouse to the top right corner of the screen or the upper left corner, the Charm menu select the gear icon "settings" option, and then select "Change computer Settings" to enter the WIN8 system "Computer Settings" interface.
The "Computer Setup" interface of the WIN8 system also provides a
HAL ).1. The control panel structure control panel is part of the Windows graphical user interface and can be accessed through the Start Menu. It allows users to view and operate on basic system settings and control, such as adding hardware, adding/deleting software, contro
Registering Control Panel items
ControlPanel items must be registered in order to appear in the control panelWindow. If the control panel item is implemented as part of a. EXE fileThen it is registered as a command object. Registration differs ifItem is implemented as a.
Control Panel subitem path
Control PanelC:/Windows/system32/control.exeInternet OptionsC:/Windows/system32/inetcpl. CPLTelephone and modem optionsC:/Windows/system32/telephon. CPLPower supply optionsC:/Windows/system32/powercfg. CPLAuxiliary Function optionsC:/Windows/system32/access. CPLManagement toolsC:/Windows/system32/Main. CPLKeyboardC:/Windows/system32/Ma
Not long ago, Inprise Company (formerly Borland Company) officially announced Delphi version 5.0, its development wizards support the "Control Panel program (CPL)" framework of the generation, using it can quickly and easily develop CPL programs. Is it possible to develop CPL programs in the existing Borland C + + Builder?
A CPL program is a variant of a dynamic-link library (DLL), except that the extensio
Method One, the most commonly used is to find the Control Panel on the Start menu. Win7 words first click on the taskbar "Start Menu", the pop-up list box will be able to display the "Control Panel" button, click Can, if you XP click "Start-Settings", on the right side of the set will be pop-up
What is a control panel program? You can see it at a glance. The control panel application is a file suffixed with CPL, which is actually a DLL file (change the suffix of the DLL file generated by the project to CPL, or modify the configuration from vs to directly produce the CPL file ). Deploying the
1, first click on the Win7 desktop in the lower left corner of the Start button, select the Control Panel, so that it entered the control Panel
2, address navigation. Using the win7 Control Panel address navigation, you ca
Control Panel command using Control.exe
Sysdm.cpl will open the System Properties appletACCESS.CPL: Accessibility OptionsAppwiz.cpl: Add/Remove ProgramsDesk.cpl: ShowFax.cpl: Fax WizardHdwwiz.cpl: Add/Remove HardwareIntl.cpl: Regional Language OptionsJoy.cpl: Game controllerLICCPA.CPL: LicenseMain.cpl: MouseMlcfg.cpl: MailMmsys.cpl: Sound and Audio DevicesMODEM.CPL: Phone and Modem OptionsNcpa.cpl: Network
When we open the control panel, we will see some control panel projects, such as "Add/delete programs", "modem", and "system. We often need to configure windows through these projects. Some software, such as Yamaha Sound Card Drivers, will add their own configuration items in the c
How to develop control panel program (CPL Program)
Cpl program is a kind of deformation of the dynamic link library (DLL), but the extension is. CPL, And the entry function is cplapplet () instead of dllmain (). It is actually very simple to compile.
Create a DLL project and write the following code:
# Include # Include # Include Extern "C" _ declspec (dllexport) long _ stdcall cplapplet (hwnd hwndcpl, uin
Method One
Right-click the control Panel in the lower-left corner of the taskbar.
The Control Panel window will pop up.
Method Two
Hover the mouse over the lower-right corner of the taskbar, and click "Search" for the vertical bar.
In the Search box, enter
What does the control panel do?
In a word, the operating system is quickly configured. Just like the "Settings" option on your phone. For more information, please go to the link of Baidu Encyclopedia of resources to see.
How to open the Control Panel
Now let's open the Control
In Windows 8 and Windows RT, there are several different ways to find and change your settings: Control Panel, Settings Super button, computer settings, and search. Most of the settings you want to change can be found in computer settings.
Watch video about finding and changing settings. (To see the captions displayed in your language, click or click the Close Caption button.) )
To open the computer setti
The Win7 32-bit flagship system allows us to view and manipulate many basic system settings, such as adding/removing software, controlling user accounts, and changing accessibility options through the Control Panel. The control Panel in the Win7 system compares the original XP style does not enter some beautiful, but a
Eduvps is a dedicated to learn and provide a free VPS host, because it is purely personal to provide and focus on the use of learning tests, so even if the application of the Eduvps free VPS, there are not open machine, can not connect VPS host and so on, And most of the VPS host applications have different problems in the use process.
This article is the tribe borrowed the "attack" Bo Master application to the VPS host to write the performance evaluation of the VPS host, their application of t
In Windows Mobile systems, users can access control Panel applications by setting them, and software developers can access some of the control Panel's information through the API functions provided by Windows Mobile, such as adding a control panel to the application.
The
'Rundll32.exe shell32.dll, control_rundll inetcpl. CPL
Winexec (pchar ('strcommand'), sw_show );"Strcommand" indicates one of the following commands (do not enclose them with quotation marks when running in Windows ):"Rundll32 shell32, control_rundll"-Operation Control Panel"Rundll32 shell32, openas_rundll"-open the "open mode" Window"Rundll32 shell32, shellabouta Info-box"-open the "about" Window"Rundll32
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.