I saw a lot of question regarding this issue, but none of them had solution. My problem is: I wrote a small java app that has a systray icon. When windows explorer crashes (can be simulated with stopping explorer.exe process), after it is restored my systray icon disappears but my app process keeps on running.
Is there a way to restore my icon when explorer.exe reloaded?
My problem is that i don't have a window i go to. My systray itself is a launcher for some commands. I need something that listen to recreation of windows taskbar and then i can re-add it.