Vilka knappar är dessa konstanter till för? Från MSDNKonstanter F13-24
<code>
Public Const VK_F13 = &H7C
Public Const VK_F14 = &H7D
Public Const VK_F15 = &H7E
Public Const VK_F16 = &H7F
Public Const VK_F17 = &H80
Public Const VK_F18 = &H81
Public Const VK_F19 = &H82
Public Const VK_F20 = &H83
Public Const VK_F21 = &H84
Public Const VK_F22 = &H85
Public Const VK_F23 = &H86
Public Const VK_F24 = &H87
</code>
/MickeSv: Konstanter F13-24
Virtual Keys for 122-Key Keyboards
For keyboards with 122 keys, the mapping for the first 101 keys is the same as described in previous sections.
The function keys F13 through F24 should use VK_F13 through VK_F24.
The remaining keys should be mapped to the following virtual-key codes:
VK_ATTN VK_OEM_CLEAR
VK_CRSEL VK_PA1
VK_EREOF VK_PLAY
VK_EXSEL VK_ZOOM
VK_NONAME
//
Janne