Forum Discussion

RL's avatar
RL
Occasional Contributor
5 years ago
Solved

Check whether Window is Minimised

Hello,

I need to check whether a deactivated Window is minimised. The window is minimised and deactivated until the called process is finished, but I need to check whether the main Windows is correctly minimised during this time. Unfortunately the usual things do not work as the Window is also deactivated using "WaitForSingleObject" so most keyword functions even a IfObject with visible just lead to an error.

I'd thought about using Win32API.GetWindowPlacement but I have no clue how to use it.

Has someone any idea?

3 Replies