*
(E-Mail Removed) (al) scripsit:
>>> If I instansiate child forms in MDI parent, what is the way to close
>>> them. I can't find an event related to child to do such task. I want
>>> to close 3 child forms, all in the same parent.
>>
>> \\\
>> Me.MdiChildren(2).Close()
>> ///
>
> This is not exactly what I want.It is what event/s I should use in the
> MDIparent or any other to triger the closing of the child forms. That
> is,
>
> 'What event I should use to trigger this event?
>> Me.MdiChildren(2).Close()
That's not an event, that's a method call. Call it where you want to
close the form, for example in a button's 'Click' event handler.
--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>