Introduction - If you have any usage issues, please Google them yourself
// About.cpp : 实现文件
//
#include "stdafx.h"
#include "LLKCheat.h"
#include "About.h"
// CAbout 对话框
IMPLEMENT_DYNCREATE(CAbout, CDHtmlDialog)
CAbout::CAbout(CWnd* pParent /*=NULL*/)
: CDHtmlDialog(CAbout::IDD, CAbout::IDH, pParent)
{
} 这个是源码里面的一段。大家可以下了去看看 我来这里也是为了 学习