キーコードからのKeys列挙体への変換

Dim KeyCode As Integer = &H41 'a = 0x41 = 65
Dim ShiftState As Integer = 1 ' Shift = 1, Ctrl = 2, Alt = 4
Dim k As Keys = KeyCode Or (CType(ShiftState, UInt32) << 16)
web拍手
This entry was posted in VB.NET. Bookmark the permalink.

コメントを残す

メールアドレスが公開されることはありません。

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>