Hide StartUp Object

  • Thread starter Thread starter msnews.microsoft.com
  • Start date Start date
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
 
Doesn't sound familiar. Can you boil this down to a simple test project
that reproduces the behavior, and post the code?
 
Back
Top