You could also use the TextBox's On Key Press event handler: 'Keycode for "Enter" is 13 Private Sub TextBox1_KeyDown(KeyCode As Integer, ...
確定! 回上一頁