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 are the differences between MFC Exception macros and C++ exception keywords?
What are the special requirements for dialog box resources used in a form view?
What is the base class for most MFC classes?
Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer
What is model and modeless dialog box ? Give some examples?
How can update edit control data of an executing application from other application?
how do u identify RTTI in vc++
Difference between Debug and Release versions?
plzz tell me what we can do and dont in tally ERP & sap business one?
What is #progma and where it is used?
What is socket?
Does the application have more than one object? If Yes, Briefly explain.