Jump to content
Tuts 4 You

which function of API windows get a character from keybord?


perfum2020

Recommended Posts

Posted

im looking for an APIwindows that get a character of keyboard immediate? means the character get immedaitely after pressing its key on keyboard

Posted

global hook 

github.com/sq/NDexer/blob/master/Hotkey.cs

Posted
29 minutes ago, whoknows said:

global hook 

github.com/sq/NDexer/blob/master/Hotkey.cs

thanks for your reply  but im looking for an APIwindows  like GetWindowsTextA ... is there ?

Posted
22 minutes ago, whoknows said:

google it! ;) 

what  ?

Posted

google.com/search?q=GetWindowsTextA+GLOBAL+HOOK

Posted
  • GetAsyncKeyState
  • GetKeyboardState
  • GetKeyState

To name a few.

  • Like 1
Posted
6 hours ago, atom0s said:
  • GetAsyncKeyState
  • GetKeyboardState
  • GetKeyState

To name a few.

hi

 thanks for reply

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...