Catching Keystrokes from a CEditView
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, How can I catch CTRL key combinations in a CEditView? I want to catch CTRL-0 through CTRL-9. Thanks! Joseph LeBlanc unixd0od@hotmail.com
-
Hello, How can I catch CTRL key combinations in a CEditView? I want to catch CTRL-0 through CTRL-9. Thanks! Joseph LeBlanc unixd0od@hotmail.com
Handle WM_KEYDOWN or create appropriate accelerators. Tomasz Sowinski -- http://www.shooltz.com