Name: Anonymous 2009-07-03 23:25
I want to write a little program that'll hide a certain window when it's on the screen, and reshow it if I rerun the program and it's hidden. I use ShowWindow() to hide/show the window, but I can't find a command that'll let me check to see whether it's hidden or visible in the first place so I can hide or show accordingly. Is there one?