Bring MDIChild form to front if already open
问题 I've been struggling to get this to work...I have a button on a MDIchild form that opens another MDIchild form, but if the form is already open, it does not recognize it and opens a new one instead of bringing it to front. This is the code i've got: Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click Dim MDIForm4 As New Form4 MDIForm4.MdiParent = Me MDIForm4.Show() End Sub This works for the button to open the new form, and then I tried adding this: If Not Form4