?? placeboxcode.cpp
字號:
//
// This file was generated by the Bentley MFC Application Wizard
//
///////////////////////////////////////////////////////////////////////////////
// PlaceBoxcode.cpp : Defines the non dialog code for the DLL
//
#include "stdafx.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
extern "C"
{
__declspec(dllexport) void PlaceBoxMfc_NativeCode( void )
{
AFX_MANAGE_STATE(AfxGetStaticModuleState());
AfxMessageBox( "This is a Native Code Call to AfxMessageBox()" );
return;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -