How to add icons in notification area?
How to add icons in no开发者_如何学Pythontification area?
Use the NotifyIcon class in WinForms, or call the Shell_NotifyIcon() function in plain Win32.
EDIT: If you only want to implement a launcher for an installed application, there are hordes of free programs out there that can help you.
精彩评论