User Profile

Collapse

Profile Sidebar

Collapse
Jirachi
Jirachi
Last Activity: Dec 18 '07, 07:55 PM
Joined: Dec 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Jirachi
    replied to VB.NET: Progress bar problem with a timer
    in .NET
    [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?...
    See more | Go to post
    Last edited by Killer42; Dec 18 '07, 09:43 PM.

    Leave a comment:


  • Jirachi
    started a topic VB.NET: Progress bar problem with a timer
    in .NET

    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.
    See more | Go to post
    Last edited by Killer42; Dec 18 '07, 07:45 AM.
No activity results to display
Show More
Working...