Do you have an idea about MFC?
No Answer is Posted For this Question
Be the First to Post Answer
What is LPCTSTR? What does LP denote it?
1)how to Display the File Dialog Box, in MFC ?
Have you ever used win32 APIs ?
How to handle RTTI in MFC ?
I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?
What is model and modeless dialog box ? Give some examples?
Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?
Does the application have more than one object? If no, then what is the reason?
What is document-view architecture ? Give me one real time example for SDI ?
What types of threads are supported by MFC framework?
What is CSingleDocTemplate?
1)How to change a text of a button in runtime?