I have a winform application in c#. the main form is usually minimized. When some event occur, i want to create small popup form that animate above the tray icon with message, click on it, will bring up the main form.
To implement that, i just create simple form ? or there is special system form for that ? for example, there is the popup message that alert on new mail with msn messenger.
Thanking in advance.