This is very frustrating :/
I have spent ages on this and just can not figure it out
When the form opens i have the webbrowser url set to a website, the site opens fine but i get it doing the msgbox 3 times :/Code:Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted MsgBox("this is a test") End Sub
How do i get it to do it just once ?
I think the reason is for images loading onto the site or something IDK
Thanks for any help


Reply With Quote
