M
msnews.microsoft.com
Hi,
What I am trying to do is create a log in form (in MDI application Using
VB.NET)
I have tried moving the application's startup logic into a separate class
and create the Log in form from there by using LoginForm.ShowDialog() .
well the log in form appears all right but I cant seem close it ...
When I minimize the main form it is there , although I have used Close().
Help any one ?
Zeev
What I am trying to do is create a log in form (in MDI application Using
VB.NET)
I have tried moving the application's startup logic into a separate class
and create the Log in form from there by using LoginForm.ShowDialog() .
well the log in form appears all right but I cant seem close it ...
When I minimize the main form it is there , although I have used Close().
Help any one ?
Zeev