Multiple choice technology programming languages

which is used to create a view that resembles a dialog box but provides the document/view features?

  1. CScrollView

  2. CEditView

  3. CTreeView

  4. CFormView

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

CFormView creates a view that resembles a dialog box (with form-like layout) while integrating with MFC's document/view architecture. It allows dialog-based UI with document data binding. CScrollView is for scrolling, CEditView for text editing, and CTreeView for tree hierarchies.