Merrik 0 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. Share this post Link to post Share on other sites
AdmiralAlkex 125 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 Share this post Link to post Share on other sites