Hey all
Im very close to finishing my two week task
just when I ctrl + f and search for something
Any ideas, how can I get the mouse to move where that highlighted text it?
Almost finished
included is some code though it may not be necessary
Im very close to finishing my two week task
just when I ctrl + f and search for something
Any ideas, how can I get the mouse to move where that highlighted text it?
Almost finished
included is some code though it may not be necessary
- I want to search for highlighted text say "Rice" click drag a certain distance.
- then search for "Vegetables" GOTO where vegetables is highlighted then click and drag a certain distance.
[ autoit ]
MouseGetPos() MouseClickDrag ( "LEFT", MouseGetPos(0), MouseGetPos(1), MouseGetPos(0) + $xdist , MouseGetPos(1) + $ydist) Send("{CTRLDOWN}c{CTRLUP}")