k i wrote an app that has a tray icon also the same app is running as an NT service .The problem is that when I try to run the app as a service I mean after I reboot the tray icon does not apper. I though that is because i create the tray icon in the load even of my exe and execute that event b4 the taskbar is created so i put a timer and I checked if explorer exe is running then create the icon but that didn't worked either .
Any ideas wich process is related with the taskbar or how can i find if the taskbar=explorer is running so I can create the tray icon after