I am wondering what state a window is in during the action of minimize maximize or restore. I am not actually sure if this question even makes sense - I am quite new to win32 programming.
Basically I have an app with a timing problem where it doesn't see an office app window as visible (IsWindowVisible call) when it is in the process of going full screen or restoring down. If I can figure out if a window is in this "in between" state I can wait until it is not "in between" to see if I can use it for the purposes of my app.
thanks, A