What does mfc stand for?
No Answer is Posted For this Question
Be the First to Post Answer
List out the basic features of MFC.
How we call a dialog in another dialog?
If i derive a new class from CObject what are the basic features my derived wil get ?
How you create a button dynamically?
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?
What is the use of UpdateData funciton ?
how to repaint when working with horizontal scroll bar
1)why we cant create more than one instance of the class Derived from CWinApp
How to convert a CString variable to char* or LPTSTR?
19)how to set Back Ground Picture to a Dialog Box in MFC ?
What is the difference between OnInitialUpdate and OnUpdate?