Wednesday, October 29, 2008

Introduction to Progressbar control(VB)

Add Timer and progressbar on you form.
Name the progressbar myProg
'Within the form load

myProg.Mininmum=0
myProg.Maximum=100

'Double click Timer control on the form and add this code

MyProg.Value=MyProg.Value+myProg.Step
if(MyProg.Value>100)
(
'Reset the value of
myProg.Value=0
)


Add additional code to Timer control and you shoul be ok.

TALEY A OURO

No comments:

About Me

My photo
Raleigh, NC, United States
I am a software developer based in Raleigh,NC,USA.I design softwares and systems ;i also do consulting for companies worldwide.I program with these languages:VB.NET 2003/2005/2008;C#;Java(fun),SQL(200,2005,2008);ASP.NET 2.0/3.5;ASP.NET AJAX;ASP.NET MVC;JavaScript;JQuery;Windows Workflow Foundation;Web Services.I have 4 years + in programming.