Multiple choice technology programming languages

Which of the following resources is invalid?

  1. Dialog box

  2. Tree view

  3. Property Sheet

  4. Menu

Reveal answer Fill a bubble to check yourself
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.