中国IT动力,最新最全的IT技术教程
最新100篇 | 推荐100篇 | 专题100篇 | 排行榜 | 搜索 | 在线API文档 | 网通镜像
首 页 | 程序开发 | 操作系统 | 软件应用 | 图形图象 | 网络应用 | 精文荟萃 | 教育认证 | 硬件维护 | 未整理篇 | 站长教程
ASP JS PHP工程 ASP.NET 网站建设 UML J2EESUN .NET VC VB VFP 网络维护 数据库 DB2 SQL2000 Oracle Mysql
服务器 Win2000 Office C DreamWeaver FireWorks Flash PhotoShop 上网宝典 CorelDraw 协议大全 网络安全 微软认证
硬件维护  CPU  主板  硬盘  内存  显卡  显示器  键盘鼠标  声卡音箱  打印机  机箱电源  BIOS  网卡  C#  Java  Delphi  vs.net2005
  当前位置:> 程序开发 > 编程语言 > Visual C++ > 对话框
DisplaystheindicatedWindowssettingsdialog
作者:NiceFeather 时间:2001-10-04 09:56 出处:互联网 责编:chinaitpower
              摘要:DisplaystheindicatedWindowssettingsdialog

'Description: Displays the indicated Windows settings dialog.

'Control Panel    ( CONTROL.EXE )
'--------------------------------
'Control Panel:
'    rundll32.exe shell32.dll,Control_RunDLL
'
'Accessability Options    ( ACCESS.CPL )
'---------------------------------------
'Keyboard:
'    rundll32.exe shell32.dll,Control_RunDLL access.cpl,,1
'Sound):
'    rundll32.exe shell32.dll,Control_RunDLL access.cpl,,2
'Display:
'    rundll32.exe shell32.dll,Control_RunDLL access.cpl,,3
'Mouse:
'    rundll32.exe shell32.dll,Control_RunDLL access.cpl,,4
'General:
'    rundll32.exe shell32.dll,Control_RunDLL access.cpl,,5
'
'Add/Remove Programs    ( APPWIZ.CPL )
'-------------------------------------
'Install/Uninstall:
'    rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,1
'Windows Setup:
'    rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,2
'Startup Disk:
'    rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,3
'
'Display Options    ( DESK.CPL )
'-------------------------------
'Background:
'    rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0
'Screen Saver:
'    rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,1
'Appearance:
'    rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,2
'Settings:
'    rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,3
'
'Regional Settings    ( INTL.CPL )
'---------------------------------
'Regional Settings:
'    rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,0
'Number:
'    rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,1
'Currency:
'    rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,2
'Time:
'    rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,3
'Date:
'    rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,4
'
'Joystick Options    ( JOY.CPL )
'-------------------------------
'Joystick:
'    rundll32.exe shell32.dll,Control_RunDLL joy.cpl
'
'Mouse/Keyboard/Printers/Fonts Options    ( MAIN.CPL )
'-----------------------------------------------------
'Mouse Properties:
'    rundll32.exe shell32.dll,Control_RunDLL main.cpl @0
'Keyboard Properties:
'    rundll32.exe shell32.dll,Control_RunDLL main.cpl @1
'Printers:
'    rundll32.exe shell32.dll,Control_RunDLL main.cpl @2
'Fonts:
'    rundll32.exe shell32.dll,Control_RunDLL main.cpl @3
'
'Mail and Fax Options    ( MLCFG32.CPL )
'---------------------------------------
'General:
'    rundll32.exe shell32.dll,Control_RunDLL mlcfg32.cpl
'
'Multimedia/Sounds Options    ( MMSYS.CPL )
'------------------------------------------
'Audio:
'    rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,0
'Viedo:
'    rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,1
'MIDI:
'    rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,2
'CD Music:
'    rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,3
'Advanced:
'    rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,4
' = = = = = = = = = = = = = = = = = = = = = = = = = = =
'Sounds Properties:
'    rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl @1
'
'Modem Options    ( MODEM.CPL )
'------------------------------
'General:
'    rundll32.exe shell32.dll,Control_RunDLL modem.cpl
'
'Network Options    ( NETCPL.CPL )
'---------------------------------
'Configuration:
'    rundll32.exe shell32.dll,Control_RunDLL netcpl.cpl
'
'Password Options    ( PASSWORD.CPL )
'------------------------------------
'Change Passwords:
'    rundll32.exe shell32.dll,Control_RunDLL password.cpl
'
'System/Add New Hardware Options    ( SYSDM.CPL )
'------------------------------------------------
'General:
'    rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,0
'Device Manager:
'    rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,1
'Hardware Profiles:
'    rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,2
'Performance:
'    rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,3
' = = = = = = = = = = = = = = = = = = = = = = = = = = =
'Add New Hardware Wizard:
'    rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl @1
'
'Date and Time Options    ( TIMEDATE.CPL )
'-----------------------------------------
'Date/Time Properties:
'    rundll32.exe shell32.dll,Control_RunDLL timedate.cpl
'
'Microsoft Mail Postoffice Options    ( WGPOCPL.CPL )
'----------------------------------------------------
'Microsoft Workgroup Postoffice Admin:
'    rundll32.exe shell32.dll,Control_RunDLL wgpocpl.cpl

关闭本页
 
首页 | 投资与合作 | 服务条款 | 隐私政策 | 收藏本站 | 设为首页 | 新用户注册 | 免责声明 | 使用帮助
Copyright ©2005-2008 chinaitpower.com All rights reserved. www.chinaitpower.com 版权所有