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 |
If there is more than 100 control in a window how we can change the Taborder of a controls
if i modified data in 1 view how does the other view knows
How you find memory leaks?
In VC++ How to transfer between one exe to another exe while running..
what is the component of CLR ?
What is the difference between GetMessage and PeekMessage ?
What function is called by a document class to notify views that the document has been changed?
How can update edit control data of an executing application from other application?
what is message loop how mfc does it internally?
What is the difference between hinsrtance and hprevinstance in WinMain function?
what is the use of AFX_MANAGE_STATE ?
What is #progma and where it is used?