|
-
Nov 28th, 2009, 12:00 PM
#1
Re: Make form show at certain time?
Add a timer to your form and set its interval for something like 10-20 secs.
In the timer's event, check the system time to see if: Time => TimeSerial(17,30,0).
If so, disable the timer and show the form.
Edited: You'd probably keep the timer disabled by default. When the button is clicked and you validated the user input is a valid time, then you'd enable the timer.
Last edited by LaVolpe; Nov 28th, 2009 at 12:11 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|