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