If all you want is to know that the “Enter” key was pressed, in the KeyDown Event just do… if Key = Chr(3) Then //do something End If.
確定! 回上一頁