1) How do you Destroy a Dialog Box ?
Answers were Sorted based on User's Feedback
Answer / santhosh
we have postquitmessage to call WM_DESTROY case to destroy the dialog
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 106743013743
Hi,
Reclaiming the Memory,
Ex:-
void Ctharam::OnDestroy()
{
CDialog::OnDestroy();
}
code by Ctharam
| Is This Answer Correct ? | 1 Yes | 2 No |
How to handle RTTI in MFC ?
What is the difference between Synchronous sockets and asynchronous sockets?
I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)
What is the difference between Struts and JSF? Pls list some most suitable differences.
What is socket?
How do I create a dialog box in mfc?
visual Pogramming c++ coding for create a paint application.. (Please someone help me)
Hi All, I have created one MFC Dialog Based application.now if i am running the application its working fine,instead of closing he application i minimized the application,if i run the application again,i am getting the Dialog. I want to prevent the calling of application multiple times. please give me the code and let me know in which method i need to make changes. Praveer
Does the application have more than one object? If Yes, Briefly explain.
how can u change button shape at run time
what if we provide two message handler for same message ?
How to find the mouse entering an image?..while entering need to display next image...