I am working on a new WPF application.. and I need to show a notification area icon for it..
in windows forms I used to use notifyicon class but that is not supported in WPF…
so can you help me do that…
thank you…
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.
You need to implement your own control. Here’s a control I used a while ago.