What is the base class for MFC Framework ?
Answers were Sorted based on User's Feedback
List out the parameters of WinMain Function.
is there any class which is not derived from Cobject
how does conditionally close the Dialog Box ?
What is a critical section and how is it implemented?
How to access document object from view ?
Tell me the work of HTREDUCE and HTZOOM
What is CArchive class dowes?
What function is used to disable a control at runtime?
How we call a dialog in another dialog?
Can you explaing the relashionship between document,frame and view ?
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
In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?