ayozzhero
Well-known member
This is my code:
Dim oForm As New frmLogin
oForm.Show()
Me.Close()
The problem is, when 'Me.Close()' is executed, frmLogin is also closed. How should I open another form, and then close the current form actually...
Thank you for helping.
Dim oForm As New frmLogin
oForm.Show()
Me.Close()
The problem is, when 'Me.Close()' is executed, frmLogin is also closed. How should I open another form, and then close the current form actually...
Thank you for helping.