797Views2Replies
Progress Bar in C#?
I am making a C# program that loads a web page. I would like to make a progress bar on the status bar to tell the web page's loading progress. Any Help?
Thanks in advance.
I am making a C# program that loads a web page. I would like to make a progress bar on the status bar to tell the web page's loading progress. Any Help?
Thanks in advance.
Comments
10 years ago
If you somehow can find out what the browser is currently up to in the loading stage, you can use the PerformStep() or just Value = x commands.
11 years ago
You could download the source code for an open source browser and see how they've done it....