Click here to Skip to main content
15,886,199 members
Articles / Desktop Programming / MFC
Tip/Trick

CTRL+ I is received as TAB in the OnChar event of a window

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
15 Sep 2011CPOL 12.3K   1  
This is not so much of a trick, just a little tip about how CTRL+I is interpretated in a window
Override OnChar event of a CWnd derived class and check that pressing TAB key and pressing CTRL+I is intrepretated as the same value VK_TAB.

Some user of your application might be annoyed by this behaviour, so better be careful in handling the TAB key press in OnChar.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead Kotha Technologies
Bangladesh Bangladesh
If you are not in - you are out !
- Chapter 1

Comments and Discussions

 
-- There are no messages in this forum --