I want to show a taskbar notification in my application. How can I achieve this in C #?
There's a good implementation of one of them here in CodeProject: TaskbarNotifier, skin pop-up MSN Messenger :
You can use NotifyIcon
Also check out the community response in the comments for notable problems using NotifyIcon.