TaskBar ToolTip
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Is there any way to show ToolTip on TaskBar, using VC++.
-
Is there any way to show ToolTip on TaskBar, using VC++.
-
Is there any way to show ToolTip on TaskBar, using VC++.
A tooltip for an icon you add to the taskbar? If so, you can set the szTip member of the NOTIFYICONDATA struct you pass to Shell_NotifyIcon() to set the standard tooltip text. NIF_TIP needs to be added to the uFlags member as well. Mark
"Great job, team. Head back to base for debriefing and cocktails." (Spottswoode "Team America")