I have a login form, when i type the password in i have to click OK. Is there a code so i can press enter after typing the password.
Printable View
I have a login form, when i type the password in i have to click OK. Is there a code so i can press enter after typing the password.
set the button's .Default property to True at design time
Or code the textboxs keypress event to react to the enter key.