D
Dan
All,
I have an application that starts by displaying a logon
form to the user. If they enter the correct information
another form is to be displayed and the logon form closed.
The problem I have is in closing the logon form. If I use
the close method
frmLogOn.Close()
the entire program terminates. I can set the visible
property to false which removes it from the screen but it
is still loaded. How do I close the logon form without
terminating the application. Thanks for the help!
Dan
I have an application that starts by displaying a logon
form to the user. If they enter the correct information
another form is to be displayed and the logon form closed.
The problem I have is in closing the logon form. If I use
the close method
frmLogOn.Close()
the entire program terminates. I can set the visible
property to false which removes it from the screen but it
is still loaded. How do I close the logon form without
terminating the application. Thanks for the help!
Dan