is there a collection of 'All Open Forms' available at runtime?

  • Thread starter Thread starter K. Shier
  • Start date Start date
K

K. Shier

if so, how do i access it?

i already know how to find all the child forms of an MDI parent - this is
not what i need.

what i need is to be able to set an obj ref to my MDI parent form from
another non-form module.

TIA! =)
 
hmm i would have thought this would be an easy answer - but no takers...

to put it a different way, how can i see a collection of all instantiated
objects at runtime?
 
That's correct, unfortunately, there isn't such a collection in the current version of the Framework. But this is a good point and we will keep it in mind for the
future.

--
Raghavendra, Windows Forms Team

This posting is provided "AS IS" with no warranties, and confers no rights.
NOTE: Please do not send mail directly to this alias.
--------------------
 
Back
Top