Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
i want to add progress bar on windows form and its functioning must start on button click
A progress bar changes it's value when you change the value in code. So you add at the button click event code to change the progress bar's value. Hope it helps.
I will use Google before asking dumb questions
use PerformStep() you can define one step value in property of progressbar
Becoming Programmer...