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 |
1)How to change the size of a button at run time ?
Psychic Window Technique
What is the use of OninitDialog ?
WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE
4 Answers Google, Microsoft, TCS,
How to convert a CString variable to char* or LPTSTR?
if no message handler is available for a message then will deal with the message ? does window proving any default mechanism?
What is subclassing?
How do I create a dialog box in mfc?
How do you change the properties for a tree view control that is part of the CTreeView class?
Explain StretchBlt and BitBlt
What is the difference between GetMessage and PeekMessage ?
How to setup a timer?