Link to home
Start Free TrialLog in
Avatar of NeedHelpwithVisualBasic
NeedHelpwithVisualBasic

asked on

Timer/progressbar/statusbar control in visual basic.net

Timer:  Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
Is this the value of each time it ticks?  
or is this the end result of the timer at the end of the time?
   
    End Subroutine

Progressbar: could someone show how to use the progressbar in vb.net?  What each value means and how it's used?

Statusbar: Could someone show me how a statusbar is used and what each value means and is used?

I went everywhere on the web (even google)  and couldn'e find good enough info to learn it!  

Thank you John
Avatar of arvindb1
arvindb1

ASKER CERTIFIED SOLUTION
Avatar of Fahad Mukhtar
Fahad Mukhtar
Flag of Pakistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of NeedHelpwithVisualBasic

ASKER

Desp:
So if you set the interval to 15000 then what's in the timer1_tick will go off every 15 seconds? Am I right?  
yes you are 100 % right.. in the intervel you give the time in milliseconds (1 second = 1000 milliseconds)... you may put the code in your timer1_tick event if you want to execute that after every intervel(in this case : 15 seconds) ...
hi need,
anymore questions
Desp: Could post some code in vb.net? Nope no more questions!