|
-
Nov 19th, 2011, 07:40 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] webbrowser.DocumentCompleted not firing on Refresh
Why doesn't the WebBrowser.DocumentCompleted even fire when I do Webbrowser.Refresh?
And what can I do make it fire when it refreshes?
-
Nov 24th, 2011, 02:23 AM
#2
Re: webbrowser.DocumentCompleted not firing on Refresh
Hi,
What are you trying to achieve? Can you post sample codes?
Greg
-
Nov 24th, 2011, 10:41 AM
#3
Thread Starter
Hyperactive Member
Re: webbrowser.DocumentCompleted not firing on Refresh
Well, I was just wondering why the DocumentCompleted even didn't fire when I Refreshed the webbrowsers page?
But I found out about it elsewhere since I didn't get any answer here and apparently the Webbrowser.Refresh just fires one event (can't remember which), so I went with doing this instead:
Webbrowser.Navigate(webbrowser.url.ToString());
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|