Скачиваний:
30
Добавлен:
01.05.2014
Размер:
900 б
Скачать
// Kardano.cpp : Defines the class behaviors for the application.
//

#include "stdafx.h"
#include "Kardano.h"
#include "KardanoDlg.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#endif


// CKardanoApp

BEGIN_MESSAGE_MAP(CKardanoApp, CWinApp)
	ON_COMMAND(ID_HELP, &CWinApp::OnHelp)
END_MESSAGE_MAP()


// CKardanoApp construction

CKardanoApp::CKardanoApp()
{
	// TODO: add construction code here,
	// Place all significant initialization in InitInstance
}


// The one and only CKardanoApp object

CKardanoApp theApp;


// CKardanoApp initialization

BOOL CKardanoApp::InitInstance()
{

	INITCOMMONCONTROLSEX InitCtrls;
	InitCtrls.dwSize = sizeof(InitCtrls);

	InitCtrls.dwICC = ICC_WIN95_CLASSES;
	InitCommonControlsEx(&InitCtrls);

	CWinApp::InitInstance();

	CKardanoDlg dlg;
	m_pMainWnd = &dlg;
	INT_PTR nResponse = dlg.DoModal();

	return FALSE;
}
Соседние файлы в папке Kardano
  • #
    01.05.201458.46 Кб30Kardano.aps
  • #
    01.05.2014900 б30Kardano.cpp
  • #
    01.05.2014510 б30Kardano.h
  • #
    01.05.20144.91 Кб30Kardano.rc
  • #
    01.05.20145.82 Кб30Kardano.vcproj
  • #
    01.05.20141.43 Кб30Kardano.vcproj.AEA04E4640B5425.тан ч.user
  • #
    01.05.20141.43 Кб30Kardano.vcproj.PERSONAL-3B558B.Vova.user