Page 1 of 1
Help with mouse coordinates
Posted: 14 Jul 2010 15:30
by rfpd
It's possibel to make one program that goes to a desire coordinates (in batch).
Re: Help with mouse coordinates
Posted: 14 Jul 2010 15:46
by aseventhmindset
This cannot be done in batch. AutoIT would be the solution for simulating mouse clicks at a certain screen point. It's very simple to implement a mouse click (MouseClick(x,y)).
Re: Help with mouse coordinates
Posted: 14 Jul 2010 16:10
by aGerman
aseventhmindset is right. I wrote a small tool in C++, have a look at
getclickxy.
Maybe you should read the entire thread. There are a lot of useful tools.
Regards
aGerman
Re: Help with mouse coordinates
Posted: 15 Jul 2010 05:07
by rfpd
ok thanks but can you help me make a program in visual studio that when we press a key the program make infinite loop and the loop change mouse coordinates, and then we press another key and he stop, can you help me?
Re: Help with mouse coordinates
Posted: 15 Jul 2010 05:46
by aGerman
No, sorry. This is a DOS Batch Forum. Visual Studio stuff is absolutely off topic.
Regards
aGerman
Re: Help with mouse coordinates
Posted: 15 Jul 2010 07:33
by rfpd
ok no problem