Web Browser Mouse Click

V

Vic Spainhower

Hello,

I have a web browser control setup on a Microsoft Access 2002 form where
I've successfully navigated to a web site. Could someone help me with the
following problems:

1. I am trying to use SendKeys and enter data from the Access Database into
the web site form. I have webbrowser.SetFocus at the start but it doesn't
seem to work as I have to click into the first field where the data will be
entered. Is there another way to set focus to the first input field?


2. How do I enter a Mouse Click since SendKeys apparently lacks this
ability? I am trying to use SendMessage but I don't know how to get the
Windows Handle to the WebBrowser.

Thanks Very Much!!

Vic
 
Top