Visual C++ and MFC Programming 2nd Edition

(Martin Jones) #1

Visual C++ and MFC Fundamentals Chapter 21: Tree and List Controls


#include "MOIDefTest.h"
#include "MOIDefTestDlg.h"
#include ".\moideftestdlg.h"
#include "MomentOfInertia.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#endif

// CMOIDefTestDlg dialog

CMOIDefTestDlg::CMOIDefTestDlg(CWnd* pParent /*=NULL*/)
: CDialog(CMOIDefTestDlg::IDD, pParent)
{
m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);
}


  1. Test the application. Then close it and return to MSVC

Free download pdf