progress bar [modified]
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I'm makign a web browser, how do you make the status bar load in sync with the website?I've even downlaoded source codes for other browser tutorials but they never work.:~ -- modified at 14:30 Saturday 8th July, 2006
Use the navigating and documentcompleted events if you want to know when the browser starts and finishes navigating. Alternatively, if you want to know how much has been downloaded and how much needs to be downloaded of the webpage, use the e.CurrentProgress and e.MaximumProgress properties of the progresschanged event of the webbrowser.