How to wait until WebBrowser is completely loaded in VB.NET? -


I am using WebBozer control in my VB.NET application to load some URL (~ 10-15) HTML source in a text file However, my code does not initially write the source of the current page because this page is starting even before it loads.

How can I wait until the page is fully loaded before calling any event?

I tried the following code but it does not work.

  Before web browser 1. Redistet = Web Browser Redistet Full application Do you know that you want to capture the status of your web browser controls? . 

MSDN has some good articles about webborder control - there are so many examples, and


Comments