joeyone Posted October 10, 2007 Posted October 10, 2007 i want to make a program that saves down the current x and y cursor position to a textfile is this possible? i have searched along the help in autoit but dont know really where to start in deep explanation 1. first i point somewhere at the screen manually 2. then i have a hotkey that i press 3. the information (x and y) should then be stored in a texfile automatically 4. then when i repeat this i want the new information to be stored at the textfile too so the textfile can hold multiple number of xy positions
maqleod Posted October 10, 2007 Posted October 10, 2007 HotKeySet(), MouseGetPos() then IniWrite() should be all you need [u]You can download my projects at:[/u] Pulsar Software
joeyone Posted October 10, 2007 Author Posted October 10, 2007 HotKeySet(), MouseGetPos() then IniWrite() should be all you needthanks alot for help!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now