Checking for Instance of Form - RESOLVED
hi,
i have a MdiParent form that creates a new instance of another form and it display and naturally it is an MDIChild. Really simple stuff.
the problem is that I have a timer on the MDIParent that does stuff (naturally ;) ) and this causes problems with the MDIChild.
What I would like to do, is inside the MDIParent's Timer control, place a check in there to see "if this particular MDIChild form is open, then don't execute this".
is there a simple way to do this? (does this make sense?)
thanks all