Re: Track Key Pressed

Tech-Archive recommends: Fix windows errors by optimizing your registry



On May 4, 12:31 pm, Fabien <fab_00_2...@xxxxxxx> wrote:
Hi,

You can override the WndProc procedure and catch the Key Pressed event
you want.

BR

Fabien Decret

ADENEO (ADESET)http://www.adeneo.adetelgroup.com/

On 4 mai, 08:19, aparnakakkar2...@xxxxxxxxx wrote:



How can I track Keys pressed.
I mean if I press "A",messgae box should display "A" is pressed.- Hide quoted text -

- Show quoted text -

I have used "LOWORD(wparam)" to get the which key is pressed but two
keys are giving the same value,can anyone tell me how I can
distinguish between those keys.

.