How do you place/remove icons from the windows systray? I am attempting to develop a program that runs in the background. I am using the ShowWindow function in Win32API to hide the application from the user and the same function to make it re-visible again when the user clicks the desktop icon. But I would like to put the apps icon in the Systray to demonstrate to the user that the app is active.<br>Any suggestions or pointers would be greatly appreciated.<br><br>Thanks<br>Jon