![]() |
Adding Enter to Login (and more) - Printable Version +- Mirage Engine (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Resources (https://mirage-engine.uk/forums/forumdisplay.php?fid=49) +---- Thread: Adding Enter to Login (and more) (/showthread.php?tid=57) |
Adding Enter to Login (and more) - Tutorial Bot - 01-06-2006 Author: grimsk8ter11 Difficulty: 1/5 :: CLIENT SIDE :: In frmLogin, add: Code: Private Sub txtName_KeyPress(KeyAscii As Integer) Code: Private Sub txtName_KeyPress(KeyAscii As Integer) In frmDeleteAccount, add: Code: Private Sub txtName_KeyPress(KeyAscii As Integer) In frmCredits, add: Code: Private Sub Form_KeyPress(KeyAscii As Integer) Code: Private Sub picConnect_Click() |