CEdit cancel keystrokes
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How can I prevent characters from being entered into control while using WM_KEYUP, WM_KEYDOWN, WM_CHAR? I have to handle these messages inside WndProc() but only allow certain characters? Thanks :) The word of the day is legs, let's go back to my house and spread the word ;P
-
How can I prevent characters from being entered into control while using WM_KEYUP, WM_KEYDOWN, WM_CHAR? I have to handle these messages inside WndProc() but only allow certain characters? Thanks :) The word of the day is legs, let's go back to my house and spread the word ;P
simply subclass CEdit class and then override these evernts