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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top