WEB开发网
开发学院软件开发VC Visual C++程序的建立~~5 阅读

Visual C++程序的建立~~5

 2009-06-03 20:04:40 来源:WEB开发网   
核心提示: #include “显示两行字View.h” //视图类的头文件 #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif / /

#include “显示两行字View.h”   //视图类的头文件

#ifdef _DEBUG

#define new DEBUG_NEW

#undef THIS_FILE

static char THIS_FILE[] = __FILE__;

#endif

/////////////////////////////////////////////////////////////////////////////

// CMy2App

//消息映射开始

BEGIN_MESSAGE_MAP(CMyApp, CWinApp) //消息映射宏

//{{AFX_MSG_MAP(CMyApp)

//以下语句是映射“帮助”选单项中的“关于显示两行字”命令消息,

//当用户选择了该命令时,将执行函数OnAppAbout

ON_COMMAND(ID_APP_ABOUT, OnAppAbout)

// NOTE - the ClassWizard will add and remove mapping macros here.

//    DO NOT EDIT what you see in these blocks of generated code!

//}}AFX_MSG_MAP

//上面的标记:

//   {{ AFX_MSG_MAP(CMyApp)

//      ………………………

//    }}AFX_MSG_MAP

//是ClassWizard定义的专门用做消息映射的标记,表示其中的消息映射函数是由ClassWizard来自动管理//的,用户一般不需要去更改

// Standard file based document commands

//以下是映射“文件”选单项中的“新建”,当用户选择了“新建”时,将相应执行CWinApp::OnFileNew

ON_COMMAND(ID_FILE_NEW, CWinApp::OnFileNew)

//以下是映射“文件”选单项中的“打开”,当用户选择了“打开”时,将相应执行CWinApp::OnFileOpen

上一页  1 2 3 4 5 6 7 8 9 10  下一页

Tags:Visual 程序 建立

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接