momitty 0 Posted April 13, 2005 Is there an easy way to set a tool tip that opens if you mouse over a button? I'm making a little menu system and I'd like the user to be able to get an extended description of the button if they hold their mouse over that button. Share this post Link to post Share on other sites
GaryFrost 18 Posted April 13, 2005 (edited) GUICtrlSetTip ( controlID, tiptext ) it's in the help. Edited April 13, 2005 by gafrost SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Share this post Link to post Share on other sites
momitty 0 Posted April 13, 2005 Figured that was built in some place, just didnt know what to call it. Thanks! Share this post Link to post Share on other sites