News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Get Window State

Started by dedndave, January 22, 2011, 12:41:32 AM

Previous topic - Next topic

dedndave

which function do i use to get the current state of a window (i.e. minimized, normal, maximized) ?

Antariy

Quote from: dedndave on January 22, 2011, 12:41:32 AM
which function do i use to get the current state of a window (i.e. minimized, normal, maximized) ?

IsIconic return true if it is minimized. IsZoomed - true if it is maximized. If not maximired nor minimized - then it is normal :lol

dedndave


Antariy

"True" return is "not zero".