only 1 active mdi child?

Hello_world

New member
Joined
Jul 20, 2008
Messages
4
Programming Experience
Beginner
Is there a way for me to control the opening of an MDI child (only 1 active child form at a time)?
 
Last edited by a moderator:
Use Form.ActiveMdiChild Property:
help said:
Returns a Form that represents the currently active MDI child window, or a null reference (Nothing in Visual Basic) if there are currently no child windows present.
 
Back
Top