281. Which two kinds of Dialog are:
Correct answer: (C)
Both a and b
282. Which keyword is used to store Icons in resource files:
Correct answer: (A)
ICON
283. A 16*16 size Icon support ___________ colors:
Correct answer: (A)
16
284. Which function is provided by win32API for loading icons, bitmaps and cursors:
Correct answer: (C)
Load Image
285. In which toolbar Lines, curves, rectangle, text, ellipse tools are available:
Correct answer: (B)
Graphics toolbar
286. What is the size of Large Icon:
Correct answer: (B)
32*32
287. Which function returns the number of characters that are actually written into the string:
Correct answer: (A)
LoadString
288. Keyboard Accelerators are processed by calling ___________ function:
Correct answer: (A)
TranslateAccelerator()
289. Windows message is related to:
Correct answer: (A)
WM_CONTEXTMENU
290. The ultimate ancestor for all classes in the .Net framework and the equivalent of the C# object class. Part of the system namespace is called:
Correct answer: (C)
Object