I want to show a taskbar notification in my application. How can i achieve this in C#?
You can use NotifyIcon
Also check community response in comments for notable issues of using NotifyIcon.
There's a good implementation of one of these here on CodeProject: TaskbarNotifier, a skinnable MSN Messenger-like popup: