- 7
- 0
- 约5.28千字
- 约 6页
- 2016-12-06 发布于贵州
- 举报
MFC操作E浏览器例子
// IEAboutDlg.cpp : 实现文件
//
#include stdafx.h
#include IEAbout.h
#include IEAboutDlg.h
#include afxdialogex.h
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 用于应用程序“关于”菜单项的 CAboutDlg 对话框
class CAboutDlg : public CDialogEx
{
public:
CAboutDlg();
// 对话框数据
enum { IDD = IDD_ABOUTBOX };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持
// 实现
protected:
DECLARE_MESSAGE_MAP()
};
CAboutDlg::CAboutDlg() : CDialogEx(CAboutDlg::IDD)
{
}
void CAboutDlg::DoDataExchange(CDataExchange* pDX)
{
CDialogEx::DoDataExchange(pDX);
}
BEGIN_MESSAGE_MAP(CAboutDlg, C
原创力文档

文档评论(0)