Skip to main content

Hi,

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

Thanks in advance.


#ACUCOBOL8.1

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