windows对话框调用详解,

 本篇不是教程,只能算是我的无聊日志罢了.我所知道的肯定没有大家的多,但我还是希望喜好美化的朋友们收藏好此文档,说不定什么时候就能用上.例如,玩TLB的时候,你说呢?

想大家明白一个道理,windows既然有那么多的部分,而每个部分都由一定的文件组成,那么文件之间互相调用就绝对少不了.既然系统可以调用,那么我们自己也一样可以调用,问题所在也仅仅是看你能不能找到而已.在每个DLL或者EXE里面详细看看,或者查看一下某些系统编程的源码,都有一定的收获.例如shell32.dll的某些项目,这个文件对于windows非常重要,重要性你可以在下面的连接中看得出来.换句话说,假如知道了windows全部的系统调用方法的话,那么就可以利用windows的内核制作出新的外壳了o(∩_∩)o...哈哈yy

先说一下,调用dll文件的方法是用rundll32.exe这个执行程序加上要调用的dll,再加上调用参数就OK了.至于exe,有部分需要加上参数.至少大部分的对话框都是靠这类方法调用的.

以下就是我目前所知道的调用方法,当然,有多少连接方法自己用过一次之后就忘记了的我也不清楚,还有望各位补充.

项目肯定分的非常混乱,因为我的脑子里面也一样非常的混乱,windows也一样乱得很,难道不是吗^_^(附件里面的TXT文档可能整齐一点)

注:+号代表下级还有可用的项目,-号代表没有(仅仅是我所知道的范围内的没有).


+控制面板项(相当一部分是靠.cpl文件的)
-打开控制面板
rundll32.exe shell32.dll,Control_RunDLL
+外观和主题
+任务栏和开始菜单属性
rundll32.exe shell32.dll,Options_RunDLL 1
+文件夹选项
rundll32.exe shell32.dll,Options_RunDLL 0
+显示属性
+主题选项卡
rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,5
-显示主题文件(.theme文件,一般来说,此文件应放置于%windir%\Resources\Themes\)
rundll32.exe shell32.dll,Control_RunDLL desk.cpl desk,@Themes /Action:OpenTheme /file:"文件路径"
-桌面选项卡
rundll32.exe shell32.dll,Control_RunDLL desk.cpl
-屏幕保护程序选项卡
rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,1
+外观选项卡
rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,2
-显示主题外观文件(.msstyles文件,此文件大家都是知道的)
rundll32.exe shell32.dll,Control_RunDLL desk.cpl desk,@Appearance /Action:OpenMSTheme /file:"文件路径"
-设置分辨率选项卡
rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,3
+打印机和其他硬件
+打印机和传真
rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL PrintersFolder
-添加打印机
rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL AddPrinter
-电话和调制解调器选项
rundll32.exe shell32.dll Control_RunDLL telephon.cpl
-键盘
rundll32.exe shell32.dll,Control_RunDLL main.cpl @1
+鼠标
rundll32.exe shell32.dll,Control_RunDLL main.cpl @0
-鼠标键选项卡
rundll32.exe shell32.dll,Control_RunDLL main.cpl,,0
-指针选项卡
rundll32.exe shell32.dll,Control_RunDLL main.cpl,,1
-指针选项选项卡
rundll32.exe shell32.dll,Control_RunDLL main.cpl,,2
-滚轮选项卡
rundll32.exe shell32.dll,Control_RunDLL main.cpl,,3
-硬件选项卡
rundll32.exe shell32.dll,Control_RunDLL main.cpl,,4
-扫描仪和照相机
rundll32.exe shell32.dll,Control_RunDLL Sticpl.cpl
-游戏控制器
rundll32.exe shell32.dll,Control_RunDLL joy.cpl
+网络和Internet连接
+Internet选项
rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl
-常规选项卡
rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,0
-安全选项卡
rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,1
-私隐选项卡
rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,2
-内容选项卡
rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,3
-连接选项卡
rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,4
-程序选项卡
rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,5
-高级选项卡
rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,6
-windows防火墙
rundll32.exe shell32.dll,Control_RunDLL firewall.cpl
-网络安装向导
rundll32.exe shell32.dll,Control_RunDLL netsetup.cpl
-网络连接
rundll32.exe shell32.dll,Control_RunDLL ncpa.cpl
-无线网络安装向导
rundll32.exe shell32.dll,Control_RunDLL netsetup.cpl
-用户帐户
rundll32.exe shell32.dll,Control_RunDLL nusrmgr.cpl
+添加/删除程序
-更改或删除程序
rundll32.exe shell32.dll,Control_RunDLL Appwiz.cpl,,0
-添加新程序
rundll32.exe shell32.dll,Control_RunDLL Appwiz.cpl,,1
-添加/删除windows组件
rundll32.exe shell32.dll,Control_RunDLL Appwiz.cpl,,2
-设定程序访问和默认值
rundll32.exe shell32.dll,Control_RunDLL Appwiz.cpl,,3
+日期,时间和语言选项
+区域和语言选项
rundll32.exe shell32.dll,Control_RunDLL Intl.cpl
-区域选项选项卡
rundll32.exe shell32.dll,Control_RunDLL Intl.cpl,,0
-语言选项卡
rundll32.exe shell32.dll,Control_RunDLL Intl.cpl,,1
-高级选项卡
rundll32.exe shell32.dll,Control_RunDLL Intl.cpl,,2
+日期和时间
rundll32.exe shell32.dll,Control_RunDLL timedate.cpl
-时间和日期选项卡
rundll32.exe shell32.dll,Control_RunDLL timedate.cpl,,0
-时区
rundll32.exe shell32.dll,Control_RunDLL timedate.cpl,,1
+声音,语音和音频设备
-便携媒体设备

+声音和音频设备
rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl
-音量选项卡
rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,0
-声音选项卡
rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,1
-音频选项卡
rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,2
-语声选项卡
rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,3
-硬件选项卡
rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,4
-语音(?)
rundll32.exe shell32.dll,Control_RunDLL sapi.cpl
+辅助功能选项
+辅助功能选项
rundll32.exe shell32.dll,Control_RunDLL access.cpl
-键盘选项卡
rundll32.exe shell32.dll,Control_RunDLL access.cpl
-声音选项卡
rundll32.exe shell32.dll,Control_RunDLL access.cpl,,2
-显示选项卡
rundll32.exe shell32.dll,Control_RunDLL access.cpl,,3
-鼠标选项卡
rundll32.exe shell32.dll,Control_RunDLL access.cpl,,4
-常规选项卡
rundll32.exe shell32.dll,Control_RunDLL access.cpl,,5
+性能和维护
-电源选项
rundll32.exe shell32.dll,Control_RunDLL powercfg.cpl
+管理工具
这个可以在开始菜单中找出一系列地址
-计划任务

+系统
rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl
-常规选项卡
rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,0
-计算机名选项卡
rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,1
-硬件选项卡
rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,2
-高级选项卡
rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,3
-自动更新选项卡
rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,5
-远程选项卡
rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,6
+开始菜单&桌面项
-我的文档,音乐,图片
::{450D8FBA-AD25-11D0-98A8-0800361B1103}
+我的电脑(?)
::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
-某一路径
explorer /n,"路径"
+回收站(?)
::{645FF040-5081-101B-9F08-00AA002F954E}
-清空回收站
不详,但是可以通过编程获得,我做了个小程序,可以直接清空,需要的话我放出来.
-网上邻居(?)
::{208D2C60-3AEA-1069-A2D7-08002B30309D}
-搜索(?)
::{2559A1F0-21D7-11D4-BDAF-00C04F60B9F0}
-运行
rundll32 shell32.dll #61[不读取shell32的图片资源]
::{2559A1F3-21D7-11D4-BDAF-00C04F60B9F0}[?]
-注销
rundll32 shell32.dll #54
-关闭计算机
rundll32 shell32.dll #60

出处: http://bbs.themex.net/showthread.php?t=16823888
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值