--
+----------------------------------------------+
| Skip Hudspeth jdhu...@unccsun.uncc.edu |
+----------------------------------------------+
>Does anyone know how to access the properties of an MDI Child window
>which is minimized without causing the window to be displayed unminimized?
>My program has several child windows and I would like to check each child
>window to see if it is minimized. However, when I use code such as
>"If Child1.WindowState = 1", the child window is displayed in normal mode.
>Thanks.
Hi Skip
Use the forms collection.
if forms(i).WindowState = 1 then
------------------------------------------------------------------------
Chuck Stuart
Mesquite TX USA
Contract Programmer.
Author of VBTrace, runtime VB Trace/Profile/XRef utility.
------------------------------------------------------------------------