Private Sub Form_KeyPress(KeyAscii As Integer) If KeyAscii = 13 then ... the keypress event on that control is fired, bypassing the form's ...
確定! 回上一頁