Private Sub Text1_KeyDown(KeyCode As Integer, Shift As Integer) If KeyCode = vbKeyReturn Then ' 表示使用者按下Enter 鍵... End If End Sub
確定! 回上一頁