How to work with ProgressBar In C#

Today we are going to learn how to work with progress bar in .net

Step 01 :
First open VS2008 and click add new Project then give Project name as u wish and save it



Step 02 : 
Then add new form to our project to do this right click the project name in the solution explorer and select add then select Window Form then give form name and click ok
Step 03 :
Then go to the form1 and add progress bar. Then add timer , Those progress bar and timer is available in the tool box, 
Step 04 :
Then double click on the form1 and write following code to necessary pales 

Categories:

Leave a Reply