Answer the question
In order to leave comments, you need to log in
How to increase progressbar value?
Hello. Is there a progressbar, how to increase its value (so that the green bar becomes larger)?
on a Windows Form, progressBar1.PerformStep() is used for this;
foreach (String file in OpDi.FileNames)
{.........
progressBar1.PerformStep();
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question