Click here to Skip to main content
15,884,425 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
iam create a tray NotifyIcon application using Hardcodet.Wpf.TaskbarNotification.
Its running perfectly in debug time. after create the setup for that application, it is Installed successfully completed.

Now screen not show the tray notification icon.
i dont know why my icon not appear in tray.
please give me solution for this problem.
Thanks in advance.

What I have tried:

i tried the installer class to solve this problem.
Posted
Updated 9-Jun-21 3:46am
v2
Comments
Dave Kreskowiak 7-Jun-21 10:03am    
First, you never mentioned what does happen when you run the app after install. Are there any error messages? Anything in the Application Event Log?

Second, we can't tell you what's wrong because you kept your code secret. Use the "Improve question" widget to add the appropriate code to your question.
shiva_yn 9-Jun-21 9:46am    
thanks Dave for your reply. ill correct it. my problem resolved.

1 solution

The icon is most likely hidden in the "overflow" menu.
Customize the taskbar notification area[^]

The end user will need to change their settings to show your icon. You cannot do that via code or the setup, because it's up to the user to decide which icons appear on their computer.

NB: If that's not the problem, then you need to update your question to provide a clearer description of the issue, the relevant parts of your code, and what you have done to try to diagnose the problem.
 
Share this answer
 
Comments
shiva_yn 9-Jun-21 9:48am    
Thanks Richard. Actually my problem is after installed the application ,how to start that application?. I achieved using installer class.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900