Any equivalent message macro in MFC for Keyup, KeyDown and Key pre

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all

Any equivalent message macros available in VC++ MFC for Keyup, KeyDown
and Key press, like ON_COMMAND for menus .. please let me know..

Thanks in advance..

-Pugal
 
Hi Pugal!
Any equivalent message macros available in VC++ MFC for Keyup, KeyDown
and Key press, like ON_COMMAND for menus .. please let me know..

- ON_WM_KEYUP
- ON_WM_KEYDOWN
- ON_WM_CHAR

?

Greetings
Jochen

PS: A better group for MFC is: microsoft.public.vc.mfc
 
Hi Jochen!

Thank you for your reply.

- Pugal

Jochen Kalmbach said:
Hi Pugal!


- ON_WM_KEYUP
- ON_WM_KEYDOWN
- ON_WM_CHAR

?

Greetings
Jochen

PS: A better group for MFC is: microsoft.public.vc.mfc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top