301. When the user select an item from the menu which message is generated:
Correct answer: (A)
WM_COMMAND
302. Which macro of MFC creates a message map entry:
Correct answer: (C)
ON_COMMAND
303. Which function appends the new items at the end of existing items:
Correct answer: (A)
AppendMenu()
304. Which variable has been used to make sure that the same menu item do not keep getting appended or removed more than once:
Correct answer: (B)
flag
305. Which menu is added with a menu for the purpose of setting the appearance of the displayed image within the window:
Correct answer: (A)
Submenu
306. Which tools are provided by Windows for text editing:
Correct answer: (C)
Both a and b
307. In MFC which classes are used for text editing:
Correct answer: (C)
Both a and b
308. In CEditView class, the limitation of text size:
Correct answer: (A)
64 KB
309. Which function is used to set the size and position of the edit window:
Correct answer: (B)
SetWindowPos()
310. Which function is used to retrieves plain text from the control:
Correct answer: (A)
GetWindowText()