Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
in an MFC dialog i have a Edit control. When you press enter it quits. How do i override this???
Override the OkOK method.
As Tim said, override OnOk, but if you leave in the call to CDialog::OnOk the dialog will still end.