Is there any little piece of programming to get a process halt until the webbrowser is finished navigating and the control WebBrowser1 is accessible.

My application starts with the webbrowser navigate to a specific url. Then I can manually use a Command1 to copy text from my webbrowser, as I wait to see if the browser has finished.
But I want the program itself to wait for it, indicating the browser is ready and then carry on with he rest of the program, without any Command button pressed...

Is that possible ?

/Kalle