Single Instance Form in a MDI application using VB.NET 2008
MDI Single Instance Form This code is for how to open only one instance of a child form of a MDI Parent. Private Sub ShowForm(ByVal fForm As Form) Dim objForms As Form For Each objForms…
MDI Single Instance Form This code is for how to open only one instance of a child form of a MDI Parent. Private Sub ShowForm(ByVal fForm As Form) Dim objForms As Form For Each objForms…