Jump to content

GUICtrlSetTip help


Recommended Posts

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

Link to comment
Share on other sites

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 by Swift
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...