Hello!
I use a webbrowser control in my application.
I then tell it to navigate to a url.
I want to continue in the same procedure when the webbeowser finishes the download of the page.
Can this be done?
Thanks!
:wave:
Hello!
I use a webbrowser control in my application.
I then tell it to navigate to a url.
I want to continue in the same procedure when the webbeowser finishes the download of the page.
Can this be done?
Thanks!
:wave:
Simply put the code to execute when the document has finished loading in the DocumentCompleted event handler.