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);
}
- Test the application. Then close it and return to MSVC