Hey guys whats up, long time no see! Anyways... Back to business- Sendkeys.... It works in VB6, and VB.net, but the problem is that I need to use sendkeys in a web browser. Using common sense I tried: Code (Text): WebBrowser1.SendKeys.Send("x") I thought that would send "x" in the web browser. Well, it didn't. It wasn't a "valid line of code". So, how do I sendkeys inside the web browser form?
I googled it before I asked what it was. The only answers I found were tutorials on how to navigate a web browser forwards and back. Thanks for the attempt to help though Dark...