1. _____________ is the function for creating a modal dialog box on screen.
2. _________ function in a class derived from CDialog is modified by the class-wizard to provide you
actual data transfer functionality between any control and the corresponding member variable
3. In order to be able to receive a command message __________ class must be derived from which
M.F.C. given class
4. __________ virtual member function in the above class do we need to override in any of its derived
classes in order to change the default command route followed in a doc-view architecture based
application
5. ___________ function of CSplitterWnd class do we need to call in order to create a static splitter
on the mainframe window?
6. The three letters AFX in MFC means _______________ and the prefix Afx (as in
AfxGetMainWnd) to any method in MFC indicates ___________ of the method.
7. To open modeless dialog window in MFC one calls ______ function.
8. ___________ can be used for locking on a Mutex object.
9. The pointers of the view created in a Document View Architecture are maintained by the _______.
10. OnIdle is a member function of ________ .
11. Inorder to receive any messages a class should be derived from ________ .
12. The four functionalities provided by the class CObject are _______, _______, ______ & _______.
13. To create a modeless dialog box one should use the ________ API.
14. ________ Macro is used to Dump the values in the Debug pane window.
15. In order for a class to be serializable one should add ________ in the header file of the class and
________ in the implementation (i.e. .cpp) file.
16. ________ should be added in the header file & ________ should be added in the .cpp i.e the
implementation file inorder to achieve Runtime Type Information.
17. m_pMainWnd orginates from the ________ top most class.
18. OnUpdate( ) function is a member function of the class ________ .
19. Afx prefixed to any method in MFC indicates global function.
20. For a class to receive command message it should be derived form CCmdTarget.
21. For a class to be support serialization it must be derived form CObject.
22. In Windows 32 bit O.S. every thread has a message queue.
23. CWinThread class in MFC represents the above O.S component.
24. OnCmdMsg virtual member function of CCmdTarget needs to be overridden to change the default
message route followed in doc-view architecture based application.
25. Run member function of CWinThread class provides implementation of message loop.
26. When message queue is found empty windows call OnIdle member function of CWinThread class.
27. CGdiObject is the base class for all the GDI objects.
28. RUNTIME_CLASS macro can be used to get the pointer to a CRuntimeClass structure given its
class name.
29. Alt and F10 are the two keys that generate WM_SYSKEYUP.
30. DrawMenuBar function of CWnd class is used to redraw the menu bar to reflect any changes.
|