如何从系统托盘上的Windows应用程序(而不是web)用C#创建表单弹出

问题描述:

我在C#中的winform应用程序。主要形式通常是最小化。
当有一些事件发生,我希望创建一个与消息托盘图标上面的动画小弹出的形式,点击它,会弹出主要形式。

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.

为了实现这一点,我只是创建简单的形式?或者有特殊的系统的形式是什么?
为例,有弹出消息,警报与MSN Messenger的新邮件。

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.

在预先感谢。

这里有一个SO质疑,涵盖了很有话题。你正在寻找一种被称为祝酒消息。

Here's a SO question that covers that very topic. What you're looking for is called a "toast" message.