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 the difference between the Encapsulation and Abstraction
25 Answers HCL, Invensys, TCS, Wipro,
if i modified data in 1 view how does the other view knows
What is the use of message map ?
how to repaint when working with horizontal scroll bar
if no message handler is available for a message then will deal with the message ? does window proving any default mechanism?
What function is used to disable a control at runtime?
what is the difference between SDI and MDI
15 Answers CMC, HCL, Siemens,
How do you change the properties for a tree view control that is part of the CTreeView class?
What?s the difference between Modal and Modeless Dialog?
Why not virtual functions to handle messages?
Difference between Debug and Release versions?
1)dynamic creation of a Button ?