Link to home
Start Free TrialLog in
Avatar of GedaZX
GedaZX

asked on

Filling in IE forms

Hello all.

I need a way to fill Internet Explorer forms from Visual Basic. For example, user is surfing internet and when he comes to specific page, a form pops out and asks him whether to fill all fields automatically. Basically, it should be something similar like Roboform auto-fill function (http://www.roboform.com).

I need only the way to "capture" open IE windows and get handles of their documents. I know how to do the rest, just tell me how to get those handles.

Getting IE handle is easy, but I have no idea how to get Document's handle.

All other ideas, how to fill the fields in other ways, are welcome.

Please notice that IE windows are NOT launched from Visual Basic program.

Best regards,
GedaZX
ASKER CERTIFIED SOLUTION
Avatar of aelatik
aelatik
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of GedaZX
GedaZX

ASKER

Thanks a lot, the code works fine.