I give this question for more knowledge. How can I know if the form is Opened in my application or not, in order not to open it again I mean not to create an instance of the
You can use the following code:
If myForm.IsHandleCreated then myForm is open End If