Const WM_SYSKEYDOWN As Integer = &H104 If ((msg.Msg = WM_KEYDOWN) Or _ (msg.Msg = WM_SYSKEYDOWN)) Then Select Case (keyData) Case Keys.Down
確定! 回上一頁