which function do i use to get the current state of a window (i.e. minimized, normal, maximized) ?
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
thanks Alex :U
"True" return is "not zero".