Determine if a window is maximized
Determine if a window is maximized
(OP)
Hi,
Given a window handle, I need to determine if the window is maximized. I **think** I want to use the GetWindowPlacment api and look at the flags in the WINDOWPLACEMENT struct. Is this correct? If so, what value do I look for to see if the window is maximized?
Thanks.
Given a window handle, I need to determine if the window is maximized. I **think** I want to use the GetWindowPlacment api and look at the flags in the WINDOWPLACEMENT struct. Is this correct? If so, what value do I look for to see if the window is maximized?
Thanks.
RE: Determine if a window is maximized
RE: Determine if a window is maximized
RE: Determine if a window is maximized
RE: Determine if a window is maximized
I'll try the isZoomed. (I never noticed that one either...)