Results 1 to 6 of 6
  1. #1
    blaise10's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    225
    Reputation
    10
    Thanks
    68

    [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

  2. #2
    258456's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    ghjghj
    Posts
    1,222
    Reputation
    18
    Thanks
    300
    My Mood
    Relaxed
    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.

  3. #3
    blaise10's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    225
    Reputation
    10
    Thanks
    68
    Quote Originally Posted by 258456 View Post
    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

  4. #4
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    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

  5. The Following User Says Thank You to whit For This Useful Post:

    Hell_Demon (04-20-2011)

  6. #5
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    ~ Moved ~
    Ah we-a blaze the fyah, make it bun dem!

  7. #6
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    [highlight="VB.NET"]Private Declare Function GetAsyncKeystate Lib "user32" (ByVal vKey As Int32) As Int16[/highlight]

    Should work fine.