Results 1 to 2 of 2

Thread: progress bars

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2005
    Location
    Hidden in a dark corner, of a dark room, in a dark house, on a dark island, on a dark planet.
    Posts
    92

    Question 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??

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    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
  •  



Click Here to Expand Forum to Full Width