- 데블스캠프2009/목요일/연습문제/MFC/서민관 . . . . 30 matches
// CAboutDlg dialog used for App About
class CAboutDlg : public CDialog
CAboutDlg();
//{{AFX_DATA(CAboutDlg)
//{{AFX_VIRTUAL(CAboutDlg)
//{{AFX_MSG(CAboutDlg)
CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
//{{AFX_DATA_INIT(CAboutDlg)
void CAboutDlg::DoDataExchange(CDataExchange* pDX)
//{{AFX_DATA_MAP(CAboutDlg)
BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
//{{AFX_MSG_MAP(CAboutDlg)
CAboutDlg dlgAbout;
// CAboutDlg dialog used for App About
class CAboutDlg : public CDialog
CAboutDlg();
//{{AFX_DATA(CAboutDlg)
//{{AFX_VIRTUAL(CAboutDlg)
//{{AFX_MSG(CAboutDlg)
CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
- MFC/MessageMap . . . . 16 matches
in ''CAboutDlg implementation''
class CAboutDlg : public CDialog
CAboutDlg();
//{{AFX_DATA(CAboutDlg)
//{{AFX_VIRTUAL(CAboutDlg)
//{{AFX_MSG(CAboutDlg)
CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
//{{AFX_DATA_INIT(CAboutDlg)
void CAboutDlg::DoDataExchange(CDataExchange* pDX)
//{{AFX_DATA_MAP(CAboutDlg)
BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
//{{AFX_MSG_MAP(CAboutDlg)
CAboutDlg aboutDlg;
작게는 CAboutDlg 도 상기의 조건에 맞추어져서 정의되어 있음을 알 수 있다.
- 데블스캠프2009/목요일/연습문제/MFC/김태욱 . . . . 15 matches
// CAboutDlg dialog used for App About
class CAboutDlg : public CDialog
CAboutDlg();
//{{AFX_DATA(CAboutDlg)
//{{AFX_VIRTUAL(CAboutDlg)
//{{AFX_MSG(CAboutDlg)
CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
//{{AFX_DATA_INIT(CAboutDlg)
void CAboutDlg::DoDataExchange(CDataExchange* pDX)
//{{AFX_DATA_MAP(CAboutDlg)
BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
//{{AFX_MSG_MAP(CAboutDlg)
CAboutDlg dlgAbout;
- 데블스캠프2009/목요일/연습문제/MFC/박준호 . . . . 15 matches
// CAboutDlg dialog used for App About
class CAboutDlg : public CDialog
CAboutDlg();
//{{AFX_DATA(CAboutDlg)
//{{AFX_VIRTUAL(CAboutDlg)
//{{AFX_MSG(CAboutDlg)
CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
//{{AFX_DATA_INIT(CAboutDlg)
void CAboutDlg::DoDataExchange(CDataExchange* pDX)
//{{AFX_DATA_MAP(CAboutDlg)
BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
//{{AFX_MSG_MAP(CAboutDlg)
CAboutDlg dlgAbout;
- 데블스캠프2009/목요일/연습문제/MFC/송지원 . . . . 15 matches
// CAboutDlg dialog used for App About
class CAboutDlg : public CDialog
CAboutDlg();
//{{AFX_DATA(CAboutDlg)
//{{AFX_VIRTUAL(CAboutDlg)
//{{AFX_MSG(CAboutDlg)
CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
//{{AFX_DATA_INIT(CAboutDlg)
void CAboutDlg::DoDataExchange(CDataExchange* pDX)
//{{AFX_DATA_MAP(CAboutDlg)
BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
//{{AFX_MSG_MAP(CAboutDlg)
CAboutDlg dlgAbout;
- 데블스캠프2009/목요일/연습문제/MFC/정종록 . . . . 15 matches
// CAboutDlg dialog used for App About
class CAboutDlg : public CDialog
CAboutDlg();
//{{AFX_DATA(CAboutDlg)
//{{AFX_VIRTUAL(CAboutDlg)
//{{AFX_MSG(CAboutDlg)
CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
//{{AFX_DATA_INIT(CAboutDlg)
void CAboutDlg::DoDataExchange(CDataExchange* pDX)
//{{AFX_DATA_MAP(CAboutDlg)
BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
//{{AFX_MSG_MAP(CAboutDlg)
CAboutDlg dlgAbout;
Found 6 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.