[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? :confused:
Re: webbrowser.DocumentCompleted not firing on Refresh
Hi,
What are you trying to achieve? Can you post sample codes?
Greg
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:
Quote:
Webbrowser.Navigate(webbrowser.url.ToString());