hugobossv8 Posted September 5, 2006 Posted September 5, 2006 Is there a way to write script that will save the value from ControlGetText when moving the mouse over a control, just like the AU3Info.exe window does, except I want to save the value of a control I click on to a variable. Any help is much appreciated!
Moderators SmOke_N Posted September 5, 2006 Moderators Posted September 5, 2006 This thread may help you:http://www.autoitscript.com/forum/index.php?showtopic=28936 Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
ramadash Posted September 5, 2006 Posted September 5, 2006 you could do something like: while 1 if ispressed(mouse) then ;get the control at mouse x,y (I think there is a getControlUnderMouse() function, not sure I never really used guis) endif wend hope this can help a little
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