StarKiller512
Member
- Joined
- Nov 15, 2012
- Messages
- 13
- Programming Experience
- 1-3
Hi. i'm been doing computing for almost two years and for my coursework i am doing a game for educational purposes but i've run across a problem
I have made a login screen for the users who can create a profile and logon to their profile. When they do login they will be greeted with a message box saying 'login successful'. What i want it to do is, when they click on ok i want it to take them to the start up screen but i dont know how to do that. i was think doing an If statement. something like 'If button.clicked= true then frm_startUp.show. is this the right way or is there a better way?
I have made a login screen for the users who can create a profile and logon to their profile. When they do login they will be greeted with a message box saying 'login successful'. What i want it to do is, when they click on ok i want it to take them to the start up screen but i dont know how to do that. i was think doing an If statement. something like 'If button.clicked= true then frm_startUp.show. is this the right way or is there a better way?