tags:

views:

30

answers:

1

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
Need programming?
Walter
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
Can I make a notifyicon for a existed program such as game.exe?
Walter
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
Thanks, I understand.;)
Walter