• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Get key strokes

BananaMaster

New Member
Ok,

I'm creating a program but I need to to be able to detect the key strokes, To help people with there keyboard skills (Can't use a text box, before you tell me to use one.). How would I do it in visual basic .net.
 
Go deep into MSDN

SetWindowsHookEx, UnhookWindowsHookEx, GetAsyncKeyState, CallNextHookEx, WH_KEYBOARD_LL, KBDLLHOOKSTRUCT

^^ all good keywords ... is easier than you might think ...
 
Go deep into MSDN

SetWindowsHookEx, UnhookWindowsHookEx, GetAsyncKeyState, CallNextHookEx, WH_KEYBOARD_LL, KBDLLHOOKSTRUCT

^^ all good keywords ... is easier than you might think ...


I always knew Krakjoe would save me, I'll be trying it soon.
 
Back
Top