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 |
Types of DLL's
19)how to set Back Ground Picture to a Dialog Box in MFC ?
Can you explaing the relashionship between document,frame and view ?
What is LoadLibrary function returns?
if no message handler is available for a message then will deal with the message ? does window proving any default mechanism?
what is the use of AFX_MANAGE_STATE ?
Which MFC function is used to display output?
What is the difference between OnInitialUpdate and OnUpdate?
2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers
What is a message map?
Do you have an idea about MFC?
How you find memory leaks?