Don't use the KeyPress Event, use either KeyDown or KeyUp as their Event contains a boolean for whether the control key is pressed or not.
確定! 回上一頁