Login Register






GetAsyncKeyState works in Windows 7 64-bit filter_list
Author
Message
GetAsyncKeyState works in Windows 7 64-bit #1
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]
[Image: rytwG00.png]
Redcat Revolution!

Reply

RE: GetAsyncKeyState works in Windows 7 64-bit #2
nope. just this:

Code:
Declare Function GetAsyncKeyState Lib "user32" Alias "GetAsyncKeyState" (ByVal vKey As IntPtr) As Integer
[Image: rytwG00.png]
Redcat Revolution!

Reply