Possible Duplicate:
Show a winform over the notification area
I'm working on a Windows application where I have to display notification alerts to the user. The notification should pop up from the bottom right of the screen above the taskbar, how could I do that? Are there any general solutions?
I tried the solution at http://www.codeproject.com/Articles/2562/Taskbar-Notification-dialog but it's for a custom dialog, whereas I need to show a normal Form.