-----------------------------------------------------------

New Message on MumbaiUserGroup

-----------------------------------------------------------
From: Subashini_Sundar
Message 1 in Discussion

 Hi,   How to set BallonTipClosed Event Handler?   I am calling an exe through 
Process.Start() method.   In the startup of that exe, I am setting a 
notification icon in the taskbar, with a balloon popup message.   I need to 
capture the event for BalloonTipClosed and show a message when the user closes 
the balloon popup message and end that process(exe).   Currently my code is as 
follows:           notifyIcon.BalloonTipClosed += new 
EventHandler(notifyIcon_BalloonTipClosed);             public void 
notifyIcon_BalloonTipClosed(object sender, EventArgs e)
        {                 MessageBox.Show("Balloon tip closed");                
 this.close();         }   This event is not getting fired currently.   Suggest 
me how to implement BallonTipClosed event.   Thanks and Regards, Subashini S  

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/MumbaiUserGroup/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member 
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you 
received this message by mistake, please click the "Remove" link below. On the 
pre-addressed e-mail message that opens, simply click "Send". Your e-mail 
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to