Thursday, 5 September 2013

How to do something once webbrowser document has loaded

How to do something once webbrowser document has loaded

How can I run some stuff in a subroutine only when a specific URL has been
completely loaded in a vb.net webbrowser.
e.g.
sub button click
webbrowsernavigate to whatever
(This is what I need)if document has loaded statement
do stuff
end sub
Thanks

No comments:

Post a Comment