/in header //{{AFX_MSG(CDaishi) void OnOK(); //in cpp void CDaishi::OnOK() { //do whatever you need CDialog::OnOk(); } Remove the virtual keyword in the header.it will Work
V
vasarlajagadish
@vasarlajagadish
/in header //{{AFX_MSG(CDaishi) void OnOK(); //in cpp void CDaishi::OnOK() { //do whatever you need CDialog::OnOk(); } Remove the virtual keyword in the header.it will Work