Try the IsIconic Win32 API Function:
http://msdn.microsoft.com/library/de...s/isiconic.asp
--
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
"kurotsuke" <(E-Mail Removed)> escribió en el mensaje
news:(E-Mail Removed)...
>I need to determine if a certain window (that doesn't belong to my
> application) is minimed (since I need to restore it).
>
> Having its handle, how can I get this information?
> Thanks.