how to call out this window?

Started by
6 comments, last by GameDev.net 18 years, 7 months ago
how to call out this window(Date and Time Properties)?My win32 program needs to call this *.exe by using WinExec API call.Ithough it should be "rundll32.exe". But I typed in start>run, nothing shown.
Advertisement
Wow run a bit more on your system and see if you can get it even slower.
[looksaround]
Quote:Original post by Anonymous Poster
Wow run a bit more on your system and see if you can get it even slower.


???
The AP doesn't know what he's talking about. It's not uncommon for a system to have 30..50 open processes upon startup. Most of these take little resources anyway.

To get the date/time control panel to show up, execute the following:
rundll32.exe shell32.dll,Control_RunDLL timedate.cpl
Kippesoep
I will go back and test it, anyway thanks to Kippesoep I say in advance.
Quote:Original post by Kippesoep
The AP doesn't know what he's talking about. It's not uncommon for a system to have 30..50 open processes upon startup. Most of these take little resources anyway.

To get the date/time control panel to show up, execute the following:
rundll32.exe shell32.dll,Control_RunDLL timedate.cpl



Wow, it works. Kippesoep, how to you know the argument after the "rundll32.exe". Where you get it?
there is very little that isn't known about Windows these days, since it hasn't really changed in a decade.

learn to google, it is your friend. :)

http://www.google.com/search?hl=en&q=execute+timedate.cpl&btnG=Google+Search

This topic is closed to new replies.

Advertisement