ShellExecute 能否调用windows的时间设置对话框(4分)

  • 主题发起人 主题发起人 delnus
  • 开始时间 开始时间
D

delnus

Unregistered / Unconfirmed
GUEST, unregistred user!
&nbsp; &nbsp;我用了该函数能够调用windows的计算器,不知道怎么调用设置时间的对话框,<br>应该怎么实现?<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ShellExecute(handle,'Open','calc.exe',0,0,SW_SHOW)
 
设置时间的对话框文件名为 C:/WINNT/system32/TimeDate.cpl(win2k下)<br>win98下好像是C:/Windows/system32/TimeDate.cpl或C:/Windows/system/TimeDate.cpl<br>你自己确认一下吧。
 
我试了一下,不行;我把扩展名改了,也不行。是不是扩展名错了?<br>我在windows目录下,查到了设置时间的应用程序,我看了它的属性,打开方式为Windows <br>Shell Command Dll
 
下面的可以:<br>WinExec('RunDLL32.exe Shell32.dll,Control_RunDLL TimeDate.cpl,,0', SW_SHOWNORMAL);
 
同意飘摇客的意见!
 
多人接受答案了。
 
后退
顶部