Skip to main content

Minimized or maximized window status

  • February 27, 2017
  • 1 reply
  • 0 views

Hi,

Is there a way to test whether a floating window is minimized or maximized ?

Thanks in advance.


#ACUCOBOL8.1

1 reply

Stephen Hjerpe
  • Participating Frequently
  • February 27, 2017

Hi,

Is there a way to test whether a floating window is minimized or maximized ?

Thanks in advance.


#ACUCOBOL8.1
You could use the Windows API .. minimized - IsIconic ...msdn.microsoft.com/.../ms633527(v=vs.85).aspx
Maminized - IsZoomed ...msdn.microsoft.com/.../ms633531(v=vs.85).aspx