Reply
C# ProgressChange Event For WebBrowser
Old 01-26-2007, 02:46 AM C# ProgressChange Event For WebBrowser
saadatshah's Avatar
Extreme Talker

Posts: 216
Name: Syed Saadat Ali
Location: Lahore, Pakistan
hi,
I am having problems with ProgressChange Event Of WebBrowser Control (.net 1.0) ,Here is the code

Code:
 private void WebBrowser_ProgressChange(object sender, AxSHDocVw.DWebBrowserEvents2_ProgressChangeEvent e)
{
MyprogressBar.Maximum=e.progressMax;
MyprogressBar.Value=e.progress;
}
The progressBar doesn't update as the page load in the browser control, and some times the progressBar just starts for a while and stops...
ANY Ideas?
__________________
Traffic School - Driver Ed - Defensive Driving - Texas Defensive Driving - Online Traffic School - Defensive Driving Course
If you have knowledge, let others light their candles in it.
saadatshah is offline
Reply With Quote
View Public Profile Visit saadatshah's homepage!
 
When You Register, These Ads Go Away!
     
Reply     « Reply to C# ProgressChange Event For WebBrowser
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.10817 seconds with 13 queries