There is no way to do that with the ProgressBar from Windows.Forms
namespace, unless you make your own progress bar. I alway use ProgressBar
this way: set its Visible to false in design mode. Only set it to true at
runtime when I want to show progress of a process. Once the process is done,
set ProgressBar.Visible to false.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.