You can use this metod: dlg.h file add: virtual void OnOK(); dlg.cpp file add: void CDlg::OnOK() { // TODO: Add extra validation here ////CDialog::OnOK(); nothing do if Enter press } OlegO
O
Oleg Zhuk
@Oleg Zhuk
Posts
-
Edit Box Problem!! -
HyperlinkSee this URL http://codeguru.earthweb.com/controls/hyperlink.shtml or You can create new class, derived from CStatic. OlegO
-
Transparency ...How create transparency window, with posible size and move. OlegO