I'm making an application that requires that I post data in a textbox on a website. I got the whole thing working with a webbrowser control, but I really want to make it faster and better by using Inet. I played around and did research for a method that would allow me to use WebBrowser1.Document.All("textbox").Value = "x" with Inet instead of a webbrowser, but to no avail.

If anyone could help me it would be greatly appreciated.