I have a progress bar control in an windows application using visual studio 2010.
It will be "visible = false" by default. upon clicking on submit button it need to be visible and progress need to be shown on the screen.
I have searched in google but I couldn't get the correct solution.
please help me finding the solution.
Riyaz AkhtarPosted Jul 24, 2013, 8:50 AM
Check this article for more details:
http://msdn.microsoft.com/en-us/library/system.componentmodel.backgroundworker.aspx
Iftikar HussainPosted Jul 24, 2013, 8:41 AM
Please refer the below link
http://www.dotnetperls.com/progressbar
http://www.c-sharpcorner.com/UploadFile/mahesh/WorkingwithProgressBarinCSharp11302005045625AM/WorkingwithProgressBarinCSharp.aspx
You no need to set visible=false
Regards,
Iftikar
Sanjeeb LenkaPosted Jul 24, 2013, 8:32 AM
http://begginerschoice.blogspot.in/2012/01/using-progress-bar-in-c.html