ToyleY Posted December 3, 2007 Posted December 3, 2007 $TRAY_EVENT_MOUSEOVER seems to trap mouse movement anywhere - not just on the tray icon (I'm in a loop that last 30 seconds then a mouse move starts another loop). I have a program that minimises to tray OK and restores OK on double click, but I want to display a little message just above the tray icon when the mouse is on it. If I don't use $TRAY_EVENT_MOUSEOVER when I put the mouse over the tray icon I do get the program name displayed in a little box - is there some way to just change that?
Valuater Posted December 3, 2007 Posted December 3, 2007 Maybe,, TraySetToolTip("This is my new tooltip text!") While 1 Sleep(10) ; Idle loop WEnd 8)
ToyleY Posted December 3, 2007 Author Posted December 3, 2007 Maybe,, TraySetToolTip("This is my new tooltip text!") While 1 Sleep(10) ; Idle loop WEnd 8) Thanks - works OK
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