Use a Different View Class

The discussion in this migration guide assumes that you use the default CView-derived view class in your migration. That's appropriate for SHOWDIB, for instance. But MFC supplies several other view classes, and view/frame window configurations, that may be more suitable for your program:

You can specify many of these options in AppWizard at the outset. You can also in some cases add the options after the fact. For example, making a few simple code changes converts a CView into a CScrollView.