========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : A
========================================================================
AppWizard has created this A application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your A application.
A.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
A.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CAApp application class.
A.cpp
This is the main application source file that contains the application
class CAApp.
A.rc
This is a listing of all of the Microsoft Windows resources that the
program uses. It includes the icons, bitmaps, and cursors that are stored
in the RES subdirectory. This file can be directly edited in Microsoft
Visual C++.
A.clw
This file contains information used by ClassWizard to edit existing
classes or add new classes. ClassWizard also uses this file to store
information needed to create and edit message maps and dialog data
maps and to create prototype member functions.
res\A.ico
This is an icon file, which is used as the application's icon. This
icon is included by the main resource file A.rc.
res\A.rc2
This file contains resources that are not edited by Microsoft
Visual C++. You should place all resources not editable by
the resource editor in this file.
/////////////////////////////////////////////////////////////////////////////
AppWizard creates one dialog class:
ADlg.h, ADlg.cpp - the dialog
These files contain your CADlg class. This class defines
the behavior of your application's main dialog. The dialog's
template is in A.rc, which can be edited in Microsoft
Visual C++.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named A.pch and a precompiled types file named StdAfx.obj.
Resource.h
This is the standard header file, which defines new resource IDs.
Microsoft Visual C++ reads and updates this file.
/////////////////////////////////////////////////////////////////////////////
Other notes:
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system's current language, you
will need to copy the corresponding localized resources MFC42XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to German.) If you
don't do this, some of the UI elements of your application will remain in the
language of the operating system.
/////////////////////////////////////////////////////////////////////////////
没有合适的资源?快使用搜索试试~ 我知道了~
MFC用OnCreate()函数创建非模态对话框实例
共31个文件
h:5个
obj:4个
cpp:4个
需积分: 0 1 下载量 151 浏览量
2023-03-25
12:32:12
上传
评论
收藏 1.78MB RAR 举报
温馨提示
用vc++6.0创建一个A名称MFC(EXE)对话框工程,在对话框上拖放一个按钮控件。 在资源视图上右击Dialog图标插入一个ID:IDD_DIALOG1、Caption名字非模态的对话框。 1、为IDD_DIALOG1对话框新建类名为B。 2、对IDD_DIALOG1话框对象定义为A类的成员变量b。 private: B b; 3、右击IDD_A_DIALOG对话框在OnCreate()函数中添加代码 b.Create(IDD_DIALOG1); //IDD_DIALOG1为对话框ID 4、在按钮单击事件中添加代码 b.ShowWindow(SW_SHOWNORMAL);
资源推荐
资源详情
资源评论
收起资源包目录
MFC用OnCreate()函数创建非模态对话框实例.rar (31个子文件)
A
A.dsp 4KB
A.rc 6KB
resource.h 724B
ADlg.h 1KB
A.cpp 2KB
ADlg.cpp 4KB
A.ncb 41KB
A.clw 1KB
res
A.rc2 393B
A.ico 1KB
A.APS 35KB
ReadMe.txt 3KB
A.opt 49KB
StdAfx.cpp 203B
B.h 1KB
A.h 1KB
A.dsw 525B
A.plg 881B
B.cpp 910B
Debug
ADlg.obj 25KB
A.res 3KB
A.obj 13KB
A.pch 5.24MB
A.ilk 215KB
vc60.pdb 356KB
StdAfx.obj 103KB
A.exe 104KB
B.obj 9KB
A.pdb 369KB
vc60.idb 209KB
StdAfx.h 1KB
共 31 条
- 1
资源评论
兵哥工控
- 粉丝: 154
- 资源: 42
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功