A
Aaron Ackerman
I have a code snippet where if a certain condition is met it creates and
loads an instance of a form and closes the active form that called the
smaller one. The problem is when I call me.close it closes BOTH forms?
Dim frmWizard As New DBWizard
frmWizard.Show()
frmWizard.Focus()
Me.Close()
loads an instance of a form and closes the active form that called the
smaller one. The problem is when I call me.close it closes BOTH forms?
Dim frmWizard As New DBWizard
frmWizard.Show()
frmWizard.Focus()
Me.Close()