|
-
Aug 17th, 2005, 08:54 PM
#1
Thread Starter
New Member
Question on WebBrowser control
Hello everybody,
I try to build a client Internet browser, in my form, I've used the WebBrowser control to navigate.
The problem is: I want it show some notify message when the WebBrowser control get to the website completely. I've tried to use Thread.Sleep() but it seems that it stop the WebBrowser control task. ( The WebBrowser control stop GetRespone from the website )
Could somebody tell me how to do that ?
Any helps would be appreciated,
TheMy
-
Aug 17th, 2005, 08:56 PM
#2
Re: Question on WebBrowser control
Check out the DownloadComplete event.
-
Aug 17th, 2005, 09:09 PM
#3
Re: Question on WebBrowser control
Or maybe the .Busy or .ReadyState property? Or the NavigateComplete event?
-
Aug 17th, 2005, 10:28 PM
#4
Thread Starter
New Member
Re: Question on WebBrowser control
Hello guys,
I can't find the DownloadComplete method.
But anyway, the busy method works perfectly.
Thanks for your helps
Best regards,
TheMy
-
Aug 17th, 2005, 10:30 PM
#5
Re: Question on WebBrowser control
DownloadComplete is an event, not a method.
-
Aug 17th, 2005, 11:03 PM
#6
Re: Question on WebBrowser control
Also I might have been wrong and it might be the NavigateComplete event like dee-u suggested.
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
|