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

#include "stdafx.h"
#include "Polibiy.h"
#include "PolibiyDlg.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#endif


// CPolibiyApp

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


// CPolibiyApp construction

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


// The one and only CPolibiyApp object

CPolibiyApp theApp;


// CPolibiyApp initialization

BOOL CPolibiyApp::InitInstance()
{
	// InitCommonControlsEx() is required on Windows XP if an application
	// manifest specifies use of ComCtl32.dll version 6 or later to enable
	// visual styles.  Otherwise, any window creation will fail.
	INITCOMMONCONTROLSEX InitCtrls;
	InitCtrls.dwSize = sizeof(InitCtrls);
	// Set this to include all the common control classes you want to use
	// in your application.
	InitCtrls.dwICC = ICC_WIN95_CLASSES;
	InitCommonControlsEx(&InitCtrls);

	CWinApp::InitInstance();

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

	// Since the dialog has been closed, return FALSE so that we exit the
	//  application, rather than start the application's message pump.
	return FALSE;
}
Соседние файлы в папке Polibiy
  • #
    01.05.201458.23 Кб30Polibiy.aps
  • #
    01.05.20141.34 Кб30Polibiy.cpp
  • #
    01.05.2014510 б30Polibiy.h
  • #
    01.05.20144.66 Кб30Polibiy.rc
  • #
    01.05.20145.71 Кб30Polibiy.vcproj
  • #
    01.05.20141.43 Кб30Polibiy.vcproj.AEA04E4640B5425.тан ч.user
  • #
    01.05.20141.43 Кб30Polibiy.vcproj.PERSONAL-3B558B.Vova.user