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 |
I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)
1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions
What is the difference between hinsrtance and hprevinstance in WinMain function?
how to repaint when working with horizontal scroll bar
1)How to change a text of a button in runtime?
How you find memory leaks?
Whats is DDX & DDV in MFC?
How to access document object from view ?
How can we create thread in MFC framework?
What are the advantages of using Doc/View or SDI over DialogBox
How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?
If there is more than 100 control in a window how we can change the Taborder of a controls