PDA

Click to See Complete Forum and Search --> : time


Saint
Aug 7th, 1999, 02:03 PM
can anyone give me a block of code which will activate a load form call at certain time on the system clock or after a certain period of time without using a timer

SmithVoice
Aug 7th, 1999, 07:51 PM
Do you mean without a "timer control" because of the limitations of that control?

I may be wrong but if you want something to occur at a specific relative moment then some sort of timer is pretty much key. If you want to get around the limitaions of the timer control then use the API, 2 very simple calls no fuss no muss. I've got it inside a little app I made to keep me on track during presentations, the source code is free and the timer code is obvious, get it at:
http://www.smithvoice.com/vbappsto.htm

maybe it'll help you out.

-Smith


[This message has been edited by SmithVoice (edited 08-08-1999).]