资源简介
MFC中对话框之间的参数传递的两种方法的两个实例。对MFC初学者会有很大帮助。
代码片段和文件信息
// 123.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “123.h“
#include “123Dlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMy123App
BEGIN_MESSAGE_MAP(CMy123App CWinApp)
//{{AFX_MSG_MAP(CMy123App)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CMy123App construction
CMy123App::CMy123App()
{
// TODO: add construction code here
// Place all si
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 21180 2010-07-12 10:58 对话框之间传递参数\123\123.aps
文件 1305 2010-07-12 12:55 对话框之间传递参数\123\123.clw
文件 2043 2010-07-08 17:50 对话框之间传递参数\123\123.cpp
文件 4225 2010-07-08 17:55 对话框之间传递参数\123\123.dsp
文件 531 2010-07-08 17:50 对话框之间传递参数\123\123.dsw
文件 1301 2010-07-08 17:50 对话框之间传递参数\123\123.h
文件 82944 2010-07-12 12:55 对话框之间传递参数\123\123.ncb
文件 48640 2010-07-12 12:55 对话框之间传递参数\123\123.opt
文件 530 2010-07-12 11:39 对话框之间传递参数\123\123.plg
文件 5544 2010-07-08 17:53 对话框之间传递参数\123\123.rc
文件 4244 2010-07-12 11:42 对话框之间传递参数\123\123Dlg.cpp
文件 1314 2010-07-08 17:53 对话框之间传递参数\123\123Dlg.h
文件 889 2010-07-08 17:53 对话框之间传递参数\123\Dlg1.cpp
文件 1166 2010-07-08 17:53 对话框之间传递参数\123\Dlg1.h
文件 3531 2010-07-08 17:50 对话框之间传递参数\123\ReadMe.txt
文件 1078 2010-07-08 17:50 对话框之间传递参数\123\res\123.ico
文件 395 2010-07-08 17:50 对话框之间传递参数\123\res\123.rc2
文件 772 2010-07-08 17:52 对话框之间传递参数\123\resource.h
文件 205 2010-07-08 17:50 对话框之间传递参数\123\StdAfx.cpp
文件 1054 2010-07-08 17:50 对话框之间传递参数\123\StdAfx.h
文件 35956 2010-07-03 11:48 对话框之间传递参数\pass\Pass\Pass.aps
文件 1419 2010-07-08 17:46 对话框之间传递参数\pass\Pass\Pass.clw
文件 2035 2010-07-03 11:42 对话框之间传递参数\pass\Pass\Pass.cpp
文件 4247 2010-07-03 11:58 对话框之间传递参数\pass\Pass\Pass.dsp
文件 533 2010-07-03 11:42 对话框之间传递参数\pass\Pass\Pass.dsw
文件 1302 2010-07-03 11:42 对话框之间传递参数\pass\Pass\Pass.h
文件 50176 2010-07-08 17:46 对话框之间传递参数\pass\Pass\Pass.ncb
文件 49664 2010-07-08 17:46 对话框之间传递参数\pass\Pass\Pass.opt
文件 972 2010-07-05 08:46 对话框之间传递参数\pass\Pass\Pass.plg
文件 5735 2010-07-03 11:48 对话框之间传递参数\pass\Pass\Pass.rc
............此处省略20个文件信息
评论
共有 条评论