How can I send the window minimized to tray when on click close button?
Also how to show icon in tray when application start?
How can I send the window minimized to tray when on click close button?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is nothing that comes embedded with WPF. From implementations that you can find on the net, there is an “easy” one, that uses WinForms:
http://msdn.microsoft.com/en-us/library/aa972170.aspx
But I like this one more (can be used for balloon tips too)
http://www.codeproject.com/KB/WPF/wpf_notifyicon.aspx