Guys, I have looked everywhere but cannot find the way to read / set a value in an input field using the Browser control in VB.Net 2005.
In VS 2003 (.Net 1.1) the axWebBrowser Control would allow:
field value = Browser.Document.GetElementsByName("element_name").value()
or
Browser.Document.GetElementsByName("element_name").value() = "new value"
These functions no longer appear to work, and I have been searching around for hours and hours trying to find the new method for this simple operation.
Please, anyone who knows, lend me a hand and I will be forever grateful!!