[code=VBNET]While (Me.uiProgressB ar.Value < Me.uiProgressBa r.Maximum)
Me.uiProgressBa r.Value = Me.uiProgressBa r.Value + 1
End While
Me.Close()[/code]
This is what I have inside the Timer function. I must be missing something here. I'm assuming the Timer function doesn't perform the commands inside it until the timer has completed its intended duration. How can I force it to check or something similar?...
User Profile
Collapse
-
Last edited by Killer42; Dec 18 '07, 09:43 PM. -
VB.NET: Progress bar problem with a timer
I have a splash screen set up with a 5 second timer, no problems there. When I try to add a Progress Bar it does not function. This is for a school project but usually I don't have problems. This is my first time using a progress bar but maybe this requires some special touch I am currently unaware of.Last edited by Killer42; Dec 18 '07, 07:45 AM.
No activity results to display
Show More
Leave a comment: