The attached class shows how to implement progress bar in C#. See attached file for more comments. Here is a chunk from the file:
progressBar1.Maximum = 10;
progressBar1.Location = new System.Drawing.Point(8, 312);
progressBar1.Minimum = 0;
progressBar1.TabIndex = 0;
progressBar1.Value = 0;
//We have calculated the excat size which will result in only 20 boxes to be drawn
progressBar1.Size = new System.Drawing.Size(520, 40);
progressBar1.Step = 1;
.................
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjeev SinghPosted Nov 26, 2013, 10:03 AM
please send to me Circular progress bar in share point 2010 using c#.net
parameshwer thokadePosted Dec 30, 2010, 7:16 AM
Sir I have created Question Bank project in C#.net2008 but i want generate Exam paper in Crystal report so how can i generate Question Paper pls help me sir
Arya WardhanaPosted Dec 14, 2009, 11:01 PM
oke good
Nauman AhmadPosted Dec 30, 2008, 10:47 PM
How to run the progress, give the source code to me