02-24-2005, 11:26 PM
i want to use win c in firefox to copy
only the text of a link, not the complete url of the a html tag.
my current solution is to send a rightclick and keys mY.
i tried acc, but no luck so far.
***
can you give me example for how to take over mouse control
for say 20 seconds ?
something way smaller then qm recording,
i have the idea to build an info tool, where you
can click on the record button for text under mouse
collecting.
thanks
only the text of a link, not the complete url of the a html tag.
my current solution is to send a rightclick and keys mY.
i tried acc, but no luck so far.
int firefox_hwnd=win("" "" "firefox")
act firefox_hwnd
rig
mou 10 10 0 1
key mY
mou
str clip
clip.getclip
act _hwndqm
out clip
***
can you give me example for how to take over mouse control
for say 20 seconds ?
something way smaller then qm recording,
i have the idea to build an info tool, where you
can click on the record button for text under mouse
collecting.
thanks