What is the base class for MFC
Answers were Sorted based on User's Feedback
Answer / ramesh pedhamalla
CObject is the base class for all the MFC classes.
| Is This Answer Correct ? | 22 Yes | 3 No |
Answer / sameer jagtap
CObject is the base Class for most of the MFC classes. Not
for all MFC classes
| Is This Answer Correct ? | 18 Yes | 0 No |
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 a message map, and what is the advantage of a message map over virtual functions?
How WM_PAINT message gets called in MFC,please explain it . a)Who calls the WM_PAINT message? b)When it gets called? c)how it comes to message queue? Please Explain it
How can we create thread in MFC framework?
what is the size of a process
how to repaint when working with horizontal scroll bar
how does the UIThread and worker thread communicates and handle events
Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer
What types of threads are supported by MFC framework?
1)dynamic creation of a Button ?
What view class enables you to use an edit control as a view?
1)At run-time, you can change the icon by calling the LoadIcon() function?