I have a login form that has a text box for the user to enter a password and an "OK" command button. After typing in the password, the user has to hit <Enter> twice before the <OK> command button click event is activated.
Does anyone know how I can get the code behind my "OK" command button processed by just pressing the <Enter> key once after putting in the password?
Thank you.
Does anyone know how I can get the code behind my "OK" command button processed by just pressing the <Enter> key once after putting in the password?
Thank you.