I want to fill forms in a WebBrowser. Is there any other way to do it other then
Code:
WebBrowser1.Document.GetElementByID("Name").SetAttribute("value","Text")
?
The reason I dont wanna use that is because the ID Names will differ.