0x80070002

  1. K

    Error getting html from webbrowser control

    ok, i'm having some problems getting the html source from my webbrowser control. I'm trying to get the source in the DocumentCompleted event of the webbrowser. The code i'm using is this Dim myHTML As String = wbNav.DocumentText Debug.Print(myHTML) When the vb.net hits that line i get this...
Back
Top