Check whether Window is Minimised
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey,
Did You try this solution?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oh I see I have only searched in the Desktop Testing section.
Thank you for the fast answer, it helped. IsWindowVisible worked the way I needed.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Glad to hear that!
Have a nice day!
