How to add icons in notification area?
A:
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.
Frédéric Hamidi
2010-10-30 09:24:21
Need programming?
Walter
2010-10-30 09:29:50
Yes, you'll need to write some code. Nothing too complicated, though. See the example in the first link I provided.
Frédéric Hamidi
2010-10-30 09:34:42
Can I make a notifyicon for a existed program such as game.exe?
Walter
2010-10-30 09:43:06
See my edited answer. Please consider asking non-programming questions to the fine folks on [Super User](http://superuser.com/) in the future, though :)
Frédéric Hamidi
2010-10-30 09:54:29
Thanks, I understand.;)
Walter
2010-10-30 10:12:41