U
UJ
I am trying to do a login screen and can't figure out how to get the new
window to open after I have verified the user info. I tried the following:
dim win_Main as MainWindow
win_Main = new MainWindow
Main.Show()
me.close()
but as expected, everything closes down. There must be an easy way to do
this that I just don't know about. I also am going to need to transfer
things to the new window (like the username, privs, ...) any help would be
appreciated.
TIA
UJ.
window to open after I have verified the user info. I tried the following:
dim win_Main as MainWindow
win_Main = new MainWindow
Main.Show()
me.close()
but as expected, everything closes down. There must be an easy way to do
this that I just don't know about. I also am going to need to transfer
things to the new window (like the username, privs, ...) any help would be
appreciated.
TIA
UJ.