271. The Dialog controls are referenced using:
Correct answer: (C)
Both a and b
272. Class Wizard can generate statements to call the MFC ___________ functions for moving the information back and forth between the screen and the data members in dialog box:
Correct answer: (B)
Data exchange and data validation
273. Which dialog box force to user to do any action:
Correct answer: (A)
Modal
274. Which is dialog control initialization function:
Correct answer: (B)
OnInitDialog
275. Which function is used to create Modal dialog box:
Correct answer: (B)
DoModal()
276. Which function is create for cancel button event of dialog box:
Correct answer: (B)
OnCancel()
277. Which function is used for converting an ID to a CWnd pointer is provided by the MFC library:
Correct answer: (C)
CWnd::GetDlgItem
278. Which function is used to convert a CWnd pointer to a control ID, in MFC library:
a. GetDlgCtrlID()
b. GetPointer()
c. GetDlgItem()
d. GetDlgPointer()
Correct answer: (A)
i-a, ii-c, iii-d, iv-b
279. In VisualC++, which menu adds ‘Resources’:
Correct answer: (A)
Insert
280. Buttons and other utilities can be accessed through the ___________ menu:
Correct answer: (B)
Layout