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 |
Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);
what is the updated verssion in vc++
1)How to change a text of a button as Dynamically?
What are the advantages of using Doc/View or SDI over DialogBox
1)does Frame Thickness in MFC?
What is the difference between workrer thread and UI thread
If i derive a new class from CObject what are the basic features my derived wil get ?
How you create a button dynamically?
What is mfc class hierarchy?
How you find memory leaks?
if i modified data in 1 view how does the other view knows
1)how to Display the File Dialog Box, in MFC ?