i want to place child windows in a arraylist[]
there floating property windows
when the application closes if the child windows are open, I want to close
that also
my problem is how to cast to the open window
i want to make a generic class to hold the open child windows
thanks
Peter Morris - 09 Mar 2008 19:05 GMT
There is already a static Application.OpenForms property you could use.
Analizer1 - 09 Mar 2008 19:58 GMT
thanks
> There is already a static Application.OpenForms property you could use.