cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Capturing the return key?
Capturing the return key?
Aug 22, 2010 at 5:17am UTC
PiMaster
(359)
How would you be able to tell if the user has pressed the ENTER key in an edit control? I made the control with CreateWindow, and I think I need to use WM_COMMAND, but I'm not sure how to use it...
Aug 23, 2010 at 9:14am UTC
kbw
(9488)
Subclass it and handle WM_KEYDOWN.
Topic archived. No new replies allowed.