Tech Support > Microsoft Windows > Development Resources > Re: Windows State
Re: Windows State
Posted by Allan M on July 13th, 2003


Its Ok found it
IsWindowVisible(hwnd)
was what i was looking for.

Allan M <allanm1@ihug.co.nz> wrote in article
<01c348d9$71db33c0$78d2adcb@default>...

Posted by Philip Braun on July 13th, 2003


The method you are looking for is actually called IsIconic().
IsWindowVisible() tells you if the window is visible or not. Not exactly the
same thing.

Phil


"Allan M" <allanm1@ihug.co.nz> wrote in message
news:01c348e1$0aaa99e0$68c3adcb@default...



Similar Posts