我使用TrayIcon类的ShowBalloonTip方法来显示气球提示。有没有办法处理对该气球的点击?当我点击气球时,似乎没有生成任何事件,它只是关闭了气球。 最佳答案 我想你的意思是NotifyIcon.使用以下模式...NotifyIconnotifyIcon=null;publicForm1(){InitializeComponent();notifyIcon=newNotifyIcon();//InitializingnotifyIconhere...notifyIcon.BalloonTipClicked+=newEve