1. Set the Accept button property of form to the command button. 2. In Form KeyDown event add this code. If e.KeyCode = Keys.Enter Then CmbSubject.Focus()
確定! 回上一頁