PantZ4 0 Report post Posted June 14, 2007 Can I set the mouse cursor? I tried the helpfile but I cannot find it and close I can get is MouseGetCursor. Nothing in related either... Share this post Link to post Share on other sites
smashly 11 Report post Posted June 14, 2007 You can use GUICtrlSetCursor(controlID, cursorID) to set a different mouse cursor when mouse is over a control. Share this post Link to post Share on other sites
PantZ4 0 Report post Posted June 14, 2007 You can use GUICtrlSetCursor(controlID, cursorID) to set a different mouse cursor when mouse is over a control.Thanks. They should have put that to related . Share this post Link to post Share on other sites
SmOke_N 199 Report post Posted June 14, 2007 Thanks. They should have put that to related .Why... they two completely different things? 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. Share this post Link to post Share on other sites
PantZ4 0 Report post Posted June 14, 2007 Why... they two completely different things?Completely different? Get mouse cursor and set mouse cursor is not far if you ask me. I had no idea I should go under GUISetMouseCursor when Mouse has it's own 'area'. A related could have helped there. Share this post Link to post Share on other sites