|
-
May 11th, 2005, 03:34 PM
#1
Thread Starter
Lively Member
progress bars
I dont know how to have the progress bar have it take 10 seconds in the display screen then close it and to show the other form??
-
May 11th, 2005, 03:42 PM
#2
Re: progress bars
you would need to use a timer.
add a timer with an interval of 1000 and add a progress bar
in the timers elapsed event, you can add 1 to the value of the progress bar until it reaches 10 (which will mean 10 seconds passed) and stop the timer and open the form you want to.
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
|