narayanjr Posted March 2, 2008 Posted March 2, 2008 Is there any way to use GUICtrlSetTip to display a picture? So when I hover my mouse over a button it displays a picture next to my mouse. Or is there any other way to do this? I know i can just put a picture on the GUI, and have it change when the mouse is over the button, but I would have to increase the size of the Gui and I dont really want to. Thanks
Swift Posted March 2, 2008 Posted March 2, 2008 (edited) You could use _CtrlHover UDF to display a picture when it is hovered over...basically a tip Search the forums for ControlHover UDF Also you could put inside your loop WinGetPos() and check if it is over your 'button' and then if it is create a popup gui with the pic Edited March 2, 2008 by Swift
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