Multiline Tray Tooltip
-
Hi all, is there a way to display multiline tooltip on an icon in the system tray box under Win9x? The same multiline tooltip on W2K appears correctly on two lines; on W9x it has the obnoxious black 'squarelets' meaning no translation of carriage returns... The only way I could find to manage system tray icons is via the Shell_NotifyIcon, which doesn't allow full control over the notification messages, except normal mouse and keyboard activity... Thanks, Alberto Giannetto
-
Hi all, is there a way to display multiline tooltip on an icon in the system tray box under Win9x? The same multiline tooltip on W2K appears correctly on two lines; on W9x it has the obnoxious black 'squarelets' meaning no translation of carriage returns... The only way I could find to manage system tray icons is via the Shell_NotifyIcon, which doesn't allow full control over the notification messages, except normal mouse and keyboard activity... Thanks, Alberto Giannetto
Perhaps this article[^] will help? /ravi Let's put "civil" back into "civilization" http://www.ravib.com ravib@ravib.com
-
Perhaps this article[^] will help? /ravi Let's put "civil" back into "civilization" http://www.ravib.com ravib@ravib.com
Interesting code surely, but I'm not sure it can help: how do I get full control over the ToolTip when, through Shell_NotifyIcon, all I have to do is just fill a NOTIFYICONDATA structure? Albi