WebBrowser problems

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have VS2005 and I dropped WebBrowser control onto a form and navigated to a
page without any problem. Now, I want to access the HTML Document of the
control.

Dim d As System.Windows.Forms.HtmlDocument
d = obj.Browser.Document
v = d.all.item(Element).GetAttribute("value")

With this I am getting "Object refernece not set to instance of object.")

This used to work and then stopped working.
 
Back
Top