[Help] GetAsyncKeyState Entry point not found.can anyone help me i have the code perfectly but when i wanna debog it says Can not find entry point 'GetAsyncKeyState' in DLL 'user32 please help me NOTE: I've tried Changing the Private Declare Function GetAsyncKeystate Lib "user32" (ByVal vKey As System.Int32) As Integer i did changed it in every code we were able to do but no result
um.... This is the c++ section not the vb section. You will be helped a lot better in that section. /req Mod please move this to vb section.
Originally Posted by 258456 um.... This is the c++ section not the vb section. You will be helped a lot better in that section. /req Mod please move this to vb section. true... soz my mistake plz mod move this to vb section + can you plz give me some help
O' Gawd You Posted VB code here.... "Private Declare Function GetAsyncKeystate Lib "user32" (ByVal vKey As System.Int32) As Integer" InB4 Hell_Daddy Flames you
[highlight="VB.NET"]Private Declare Function GetAsyncKeystate Lib "user32" (ByVal vKey As Int32) As Int16[/highlight] Should work fine.