资源简介
同样可以在https://gitee.com/luutry/resource下载到,是金橙子的DemoEzd例子,VC++编写的。还有开发的doc文档,比较简单吧。
代码片段和文件信息
// DemoEzd.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “DemoEzd.h“
#include “DemoEzdDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDemoEzdApp
BEGIN_MESSAGE_MAP(CDemoEzdApp CWinApp)
//{{AFX_MSG_MAP(CDemoEzdApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CDemoEzdApp construction
CDemoEzdApp::CDemoEzdApp()
{
// TODO: add construction code
- 上一篇:vc6.0 邮件收发系统
- 下一篇:eclipse虚线对齐插件像vs一样
评论
共有 条评论