SetTime (OpenInsight)
At 16 JUN 2000 07:15:21PM Steve Botes wrote:
I am having trouble figuring out how to call the windows settime function/dll. From what I can tell from the windows SDK it is done by calling shell32.dll with something called object.SetTime. Does anyone have a sample of how to do this. Regardless of all of the above all I really want to do is call the windows set time function and let the user set the time…thanks
At 19 JUN 2000 05:05AM Oystein Reigem wrote:
Steve,
Don't know the answer, but if you're really desperate you can use a DOS window with a TIME command:
x=Utility( "RUNWIN", "time" )
Adds a nice Stone Age touch to your app…
- Oystein -
At 19 JUN 2000 11:48AM Steve Botes wrote:
Thanks Oystein! Almost all of our users will be upgrading from an AREV version. They will feel more at ease this way.
At 19 JUN 2000 05:08PM Oystein Reigem wrote:
Steve,
I'm delighted you're happy with using time. But be warned. It might not last forever. I quote:
But thought's the slave of life, and life's time's fool, And time that takes survey of all the world Must have a stop.
Btw - Shakespeare never mentioned SetTime.
- Oystein -