Link to home
Start Free TrialLog in
Avatar of jsehernandez
jsehernandez

asked on

Login Form and MDI Form in VB.Net

I have an MDI Form and a Login Form in VB.NET. When the user enters the data correctly, I present the mdi form that is the main one. When the user closes the MDI Form I want to present the Login Form again. So I want to know what to do to be able to present the same instance of the Login Form. I have tried several methods and none of them work for me.

Login_Form calls MDI_Form, when closing MDI_Form, present Login_Form again.

Please give me examples and what would be the best solution.

Regards...
SOLUTION
Avatar of ste5an
ste5an
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ps.  I can't see an obvious use of this login sequence, it is strange.
Hide not close to use the same instance of a form.