P
Peter
My application start-up form is a login form. Normally, it
will close when user gives right user name and password.
It is easy to be done by calling Form.close in VB6.0,
however, the .NET start-up form has a peculiar feature:
when you close the start-up form, all other forms are
automatically close and the application terminates. How
can I close login form and not terminate the application?
(I tried using Hide() but it is not what I want)
Thank you!
will close when user gives right user name and password.
It is easy to be done by calling Form.close in VB6.0,
however, the .NET start-up form has a peculiar feature:
when you close the start-up form, all other forms are
automatically close and the application terminates. How
can I close login form and not terminate the application?
(I tried using Hide() but it is not what I want)
Thank you!