Jump to content

Recommended Posts

Posted

Say i have a GUI with a menu and it's state is automatically hidden. And if the mouse gos over is position how can i make it show and then if the mouse moves away it hides again?

Posted

Well, how about this?

GUICtrlSetState($control, $GUI_HIDE) ; Hides the control
GUICtrlSetState($control, $GUI_SHOW) ; Shows the control

Also, study the script to see exactly where to put it. I really like the ControlHover of a program I had made, check out Wolfy's Classic Rock in my signature. It should be located at the end of Include.au3.

Kurt

Awaiting Diablo III..

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
  • Recently Browsing   0 members

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