Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm running my program from the Task Scheduler using the ONLOGON trigger, so that it runs on startup. My program is starting minimized and an icon is being added to the SysTray using Shell_NotifyIcon()

This normally works fine, but I've noticed a strange bug. If jucheck.exe runs in order to do an update on startup, then afterwards my systray icon does not appear.

Shell_NotifyIcon() is returning FALSE with a GetLastError() error code of 0. As a work-around I have put it in a for loop with a Sleep() delay.

Has anyone encountered this, or have any ideas on what might be causing the problem?
Posted
Updated 25-Jun-13 19:27pm
v4
Comments
The_Inventor 26-Jun-13 5:28am    
Did you press the hidden icons ' ^ ' to see if it was moved to there instead of your viewable system tray?

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



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