vb SHELL函数
Shell ("rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl @1") '系统属性Shell ("rundll32.exe shell32.dll,Control_RunDLL access.cpl,,5") '辅助功能选项
Shell ("rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,0") '打开添加或删除程序
Shell ("rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,") '显示属性
Shell ("rundll32.exe shell32.dll,Control_RunDLL main.cpl @1") '键盘设置
Shell ("rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl @1") '声音设置
Shell ("rundll32.exe shell32.dll,Control_RunDLL timedate.cpl") '日期设置
Shell ("rundll32.exe shell32.dll,Control_RunDLL main.cpl @0") '鼠标设置
Shell "notepad.exe", 1 '打开记事本
Shell "calc.exe", 1 '打开计算器
Shell "mspaint.exe", 1 '打开画图 就是打开windows的应用程序,超简单。 有了这些,以后调用就方便多了 的确很简单
页:
[1]