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 |
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
Tell me about different kinds of synchranization objects ?
What is the range of intensity of RGB
Does the application have more than one object? If Yes, Briefly explain.
how to give colour for dialog button or static buuto?any one explain full code ?pls pls
What is socket?
How to update windows title bar dynamically?
What is the use of CObject::Dump function ?
WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE
4 Answers Google, Microsoft, TCS,
what is message loop how mfc does it internally?
What are the types of button controls?
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);