Login Issue
can anyone pls tell me how to restart application from the splash screen once user clicks on logout button.
My prob is as follows:
iam using mdiparent form(vb.net2003) which is having one of the menuitem as Logout,when user clicks on that,it asks for confirmation for same and after positive confirmation,Iam redirecting to login form again but the MDIParent form is visible in background even after i set its hide property to true.
Moreover,if i enter username and pswd on this login form which comes after clicking logout and hit 'Submit' button,application closes instead of normal logon process to be followed.
Thats why I thought why not restart the entire application once user logs out.
Pls help!!!!

