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