nend Posted March 31, 2017 Share Posted March 31, 2017 (edited) Hoi Guys, Is it possible to make a custom tooltip for a trayicon, or can someone point me to a topic for this function. The TraySetToolTip can only show 128 characters and this is to little for my project. I can make the gui but I don't how to register the hover function over the tray icon. Edited March 31, 2017 by nend Link to comment Share on other sites More sharing options...
rcmaehl Posted March 31, 2017 Share Posted March 31, 2017 Looks like 128 characters is a limit in Windows. You'd probably want TraySetOnEvent($TRAY_EVENT_MOUSEOVER, "functionname") nend 1 My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated.My Projects WhyNotWin11Cisco Finesse, Github, IRC UDF, WindowEx UDF Link to comment Share on other sites More sharing options...
nend Posted March 31, 2017 Author Share Posted March 31, 2017 @rcmaehl Thanks for pointing me in the right direction, I think I can make it my own with that function. THANKS! Link to comment Share on other sites More sharing options...
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