Keyboard Enter key not working in MFC Dialog Box ?
I have one MFC Login dialog box when I enter Username and password and hit Enter key the dialog box close down while when I use mouse to click on login it login’s successfully.
What I need to do for making keyboard key work in MFC ?
in this case handle the enter key in the pretranslate() method of your db.