Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "VkKeyScan" in [All]

user32

.

(see also VkKeyScan):

.
Summary
.

static extern short VkKeyScanEx(char ch, IntPtr dwhkl);

.

Private Shared Function VkKeyScanEx(ch As Char, dwhkl As IntPtr) As Short

.

    static extern short VkKeyScanEx(char ch, IntPtr dwhkl);

.

        short keyNumber = VkKeyScanEx(character, pointer);

.
Documentation
[VkKeyScanEx] on MSDN
.
Summary
.

static extern short VkKeyScanEx(char ch, IntPtr dwhkl);

.

Private Shared Function VkKeyScanEx(ch As Char, dwhkl As IntPtr) As Short

.

    static extern short VkKeyScanEx(char ch, IntPtr dwhkl);

.

        short keyNumber = VkKeyScanEx(character, pointer);

.
Documentation
[VkKeyScanEx] on MSDN

 
Access PInvoke.net directly from VS: