If mdi child  form is already opened
                            
                         
                        
                     
                 
                
                    I created an mdi application with mdi parent and several child forms.
I have the following problem. If i try to open the same form, the second copy of the form is created.
But i want if a child form is already opened, i would like it not to be created again, but just getting the focus (becoming active form).
Does anyboby know how to do this?