Sinisterly
GetAsyncKeyState works in Windows 7 64-bit - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Visual Basic & .NET Framework (https://sinister.li/Forum-Visual-Basic-NET-Framework)
+--- Thread: GetAsyncKeyState works in Windows 7 64-bit (/Thread-GetAsyncKeyState-works-in-Windows-7-64-bit)



GetAsyncKeyState works in Windows 7 64-bit - Coder-san - 05-09-2011

GetAsyncKeyState works in Windows 7 64-bit as well

[altimg=http://i.imgur.com/kUEVU.png]GetAsyncKeyState works in Windows 7 64-bit as well[/altimg]

There was some rumour in HF that it does not.

[altimg=http://guildravenguard.com/rgnews/rgnewz_5_19_10/mythwalrus_2.jpg][/altimg]


RE: GetAsyncKeyState works in Windows 7 64-bit - Coder-san - 05-09-2011

nope. just this:

Code:
Declare Function GetAsyncKeyState Lib "user32" Alias "GetAsyncKeyState" (ByVal vKey As IntPtr) As Integer