systemtray icon
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
my program minimizes to the system tray i need to know how to make the message that shows when you put the mouse over the icon update or is it even possible?
Do you mean the tooltip? If so, use Shell_NotifyIcon(NIM_MODIFY, ...) with the NOTIFYICONDATA struct szTip member (or maybe szInfoTitle if you're using balloons) set to the new text you want. Mark
"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder
-
my program minimizes to the system tray i need to know how to make the message that shows when you put the mouse over the icon update or is it even possible?