1) How do you Destroy a Dialog Box ?
Answers were Sorted based on User's Feedback
Answer / santhosh
we have postquitmessage to call WM_DESTROY case to destroy the dialog
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 106743013743
Hi,
Reclaiming the Memory,
Ex:-
void Ctharam::OnDestroy()
{
CDialog::OnDestroy();
}
code by Ctharam
| Is This Answer Correct ? | 1 Yes | 2 No |
What is subclassing?
What is the difference between GetMessage and PeekMessage ?
what message is sent to an application when the user presses the primary button?
1)How to change a text of a button as Dynamically?
WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE
4 Answers Google, Microsoft, TCS,
What?s the difference between Modal and Modeless Dialog?
1)set the Title for The File DialogBox, in MFC?
what is the use of Mutex and critical section
how do u identify RTTI in vc++
i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want to open a dialog when i select manage package and any other diaolg when selecting manage module ( whole selection is at run time only ) . Please HELP .its urgently required
Which MFC function is used to display output?
Explain the flow of SDI application?