Visual C++ and MFC Programming 2nd Edition

(Martin Jones) #1

Visual C++ and MFC Fundamentals Chapter 1: Introduction to Visual C++


Figure 5: The Resource View.......................................................................................................


The Resource View displays an organized tree list of the resources used on a project:

Figure 6: The ResourceView tab of the Worskpace.................................................................


Practical Learning: Using the Studio Windows



  1. In the Workspace, click the ClassView tab and, if necessary, click the + button of
    Exercise to expand it

  2. Notice that the names of classes start with C

  3. Double-click CMainFrame

  4. Notice that this displays the contents of the CMainFrame class in the Code Editor

  5. Also notice that the name of the file displays on the title bar, is MainFrm.h

  6. To show the source file of the CMainFrame class, expand the class and double-click
    OnCreate to display its listing in the Code Editor:

Free download pdf