Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

.NET Forum


You are currently viewing our .NET Forum as a guest. Please register to participate.
Login



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

Posts: 215
Name: Syed Saadat Ali
Location: Lahore, Pakistan
Trades: 0
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?
__________________
- -- --- ---- ----- ------ ------- ---------------
If you have knowledge, let others light their candles in it.
saadatshah is offline
Reply With Quote
View Public Profile Visit saadatshah's homepage!
 
 
Register now for full access!
Reply     « Reply to C# ProgressChange Event For WebBrowser
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB 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.54342 seconds with 12 queries