Browser Control In C#
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi All, I am working on the project using c# 2.0. I am using the browser control in this project. I need to get the contents of status bar of the browser and save into string variable. Please help if you can. Thanks in advance.
A.Asif
Hi, WebBrowser class has a ProgressChanged event, and WebBrowserProgressChangedEventArgs offers current and max byte counts. :)
Luc Pattyn [Forum Guidelines] [My Articles]
Happy 2008!