desmondtan
Freshman
- Joined
- Dec 24, 2002
- Messages
- 40
My start up form asked the user the correct password , if password is correct , the main form displayed and close the star up form.
Dim main as new mainform
if passowrd = txtpassword.text then
main.showdialog()
me.close()
else
(retry ....)
The main form can be displayed , but the starup form still would not be closed , but at the back of main form.
Anyone knows ?
Dim main as new mainform
if passowrd = txtpassword.text then
main.showdialog()
me.close()
else
(retry ....)
The main form can be displayed , but the starup form still would not be closed , but at the back of main form.
Anyone knows ?