Merrik Posted March 10, 2011 Share Posted March 10, 2011 Is it possible to change the text for the tray icon when you mouse over it for TraySetIcon? Example: test.exe code: $num = -4 TraySetIcon("shell32.ll",$num) sleep(10000) When you mouse over the icon, it will show test.exe and I would like to change this text. Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted March 10, 2011 Share Posted March 10, 2011 (edited) Hi and Welcome to the forums! $num = -4 TraySetIcon("shell32.ll",$num) TraySetToolTip("Hi Merrik!") sleep(10000) Edit:forgot the welcome Edited March 10, 2011 by AdmiralAlkex .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface 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