momitty Posted April 13, 2005 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.
GaryFrost Posted April 13, 2005 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.
momitty Posted April 13, 2005 Author Posted April 13, 2005 Figured that was built in some place, just didnt know what to call it. Thanks!
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