Limit of 64 characters in tray icon hint.
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, is there any way how to get around the limit of maximum 64 characters of text in tray icon hint? I know that NOTIFYICONDATA has only 64 byte array, but what about displaying some other tooltip instead of regular tray icon hint that would support longer text? Thank you for any suggestion.
-
Hi, is there any way how to get around the limit of maximum 64 characters of text in tray icon hint? I know that NOTIFYICONDATA has only 64 byte array, but what about displaying some other tooltip instead of regular tray icon hint that would support longer text? Thank you for any suggestion.
no 'real' chance... try to use an own tooltip window! Don't try it, just do it! ;-)