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
/////////////////////////////////////////////////////////////////////////////
// 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
- ››Visual Basic 2008 数学函数
- ››Visual Studio2005中Smart Device的问题
- ››Visual Studio 中根据数据库字段动态生成控件
- ››Visual Studio 11全新黑色主题
- ››Visual Studio 2011 Beta新特性(一):安装VS201...
- ››建立唯美图片特效,十个jQuery插件分享
- ››Visual Studio自定义调试窗体两个小技巧
- ››Visual Studio 2005 Team Edition for Database P...
- ››Visual C#两分钟搭建BHO IE钩子
- ››建立自己的TextView和ImageView的组合View类
- ››Visual C++优化对大型数据集合的并发访问
- ››程序启动画面
更多精彩
赞助商链接