How to Automatically click on Image in Webbrowser

hein123

New member
Joined
Nov 3, 2008
Messages
1
Programming Experience
3-5
I have the following problem in Visual Basic.net:
I would like automate a process by clicking on an image in a Webbrowser control (AxWebBrowser if possible). The problem is that the image is a INPUT and it is within a FRAME, so AttachEventHandler does not work. And I would like to click the image at an appropriate X-Y possition.

I can use API calls which does work, but I do not want to use this method

Any help would be appreciated
 
Back
Top