simsalabim Posted April 20, 2007 Posted April 20, 2007 Hey, I've created a GUI with AutoIt so Users can choose in which language a file to open. The GUI itself works fine, but I would like to change the cursor from "arrow" to "hand" when the user drags the mouse over the button ... In "SampleControls.au3" are a lot examples, but non of them "changes" the cursor ? So how can I change the cursor when dragging the mouse over a link in a AutoIt-GUI ? Thanks in advance !
simsalabim Posted April 20, 2007 Author Posted April 20, 2007 Found it myself ... GUICtrlSetCursor ($buttonname, 0)
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