I need to determine if a program that resides in the system tray has an open window. I can determine that the program is running by using FindWindow, but this doesn't distinguish between an open window or just that the program is in the system tray. Is there a way to determine if the window is actually open?