how does conditionally close the Dialog Box ?
Answers were Sorted based on User's Feedback
Answer / 106743013743
Hi,
void Ctharam::OnClose()
{
OnOK();
CDialog::OnClose();
}
code by Ctharam
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / gg
need to put condition inside onclose() it satisfy call CDialog::OnClose,other wise return;
| Is This Answer Correct ? | 0 Yes | 1 No |
What is Multithreading
How to handle RTTI in MFC ?
Types of DLL's
What is the base class for MFC
How to update all the views whenver document got updated ?
What is LPCTSTR? What does LP denote it?
Tell us something about MFC?
How can we create thread in MFC framework?
What is the difference between the SDI and MDI
What is the base class for MFC Framework ?
what is the use of CCmdTarget?
What is stack size in win32 program?