Hi,
How do I focus the webbrowser object so I can send keystrokes to it?
I'm trying to write this app that enters login info for me on a form..
I tried to focus the VB form, then use Sendkeys "{Tab}..." to get the the form elements.. but somehow, it just doesn't work~
I've even tried to create a form with no other controls.. but still I can get the webbrowser object to receive focus.
Neither did webbrowser.setfocus works..
So, how do I get the object to fill up a particular field or press {enter} at a particular button? I'm prepared to count the number of tabs to get to the particular HTML object displayed if it actually works..
What did I do wrong?
