Which of the following resources is invalid?
-
Dialog box
-
Tree view
-
Property Sheet
-
Menu
B,C
Correct answer
Explanation
Tree view is a control class embedded in dialogs, not a standalone resource type. Property sheets are constructed from multiple dialog-based property pages and don't exist as separate resource entities in .rc files. Dialog boxes and menus are first-class resource types.