I am programming a vb program. I need to move the mouse cursor inside a IE window and click one URL.
OR
How can i detect the mouse cursor is pointing an Hyperlink
?
Printable View
I am programming a vb program. I need to move the mouse cursor inside a IE window and click one URL.
OR
How can i detect the mouse cursor is pointing an Hyperlink
?
=/ you could send the tab ket several times untill it reached the link and then send the enter key. But you can also (if the link is always in the same place...) move the cursor to that postion using the X and Y coor.
Gl,
D!m
As you say, i move the mouse cursor to somewhere in ie.
but how can i know that the mouse cursor pointing to one
hyperlink but not empty area?
If i use senk key,how i get the x,y coor of the hyperlink
which is currently getting focus?
Thank you very much