Search found 3 matches
- Thu Dec 23, 2010 12:11 pm
- Forum: General Discussion
- Topic: ieauto.dll problem
- Replies: 1
- Views: 7371
ieauto.dll problem
hi im trying webrecorder and macro scheduler to browse a website but I can't get it working. I have the following script: Let>delay=1 IE_Create>0,IE[1] IE_Navigate>%IE[1]%,http://www.sapo.pt,r IE_Wait>%IE[1]%,r Let>FrameName={""} Let>FormName={""} Let>TagValue={"Mail"} IE_ClickTag>%IE[1]%,str:FrameN...
- Wed Jun 25, 2008 10:27 pm
- Forum: Technical / Scripting
- Topic: getcursorpos, with always the same mouse coordinates
- Replies: 3
- Views: 5112
hm yes it looks like thats the problem.. Altough I can make the mouse move with:
Isn't any other way to get the mouse coords?
Thanks for replying.
offtopic: this program is really good, been using it for a long time.
Code: Select all
MouseMove>+20,+20
Thanks for replying.
offtopic: this program is really good, been using it for a long time.
- Wed Jun 25, 2008 4:40 pm
- Forum: Technical / Scripting
- Topic: getcursorpos, with always the same mouse coordinates
- Replies: 3
- Views: 5112
getcursorpos, with always the same mouse coordinates
Hi all, Im writing a script for a game, and I want to get the mouse coords in a certain game option. To do this im using getcursorpos, but the script always gives me the same coords: 320, 200. Always. I wrote the following script: GetCursorPos>X,Y Message>Current Position : %X%,%Y% Anyone can help m...