When ever I debug my program and press the button (Button1) the timer goes but does not finish because the message pops up. How do I make it so that the message pops up after the Progress Bar finishes? Thanks in advance.
Sponsor Sponsor
Tony
Posted: Sun Dec 25, 2011 2:38 pm Post subject: RE:Message box and Progress Bar Help!
The timer is probably non-blocking. It will count something in parallel and maybe fire off some events. Check the documentation on specifics of how it works.