搜索资源列表
DlgRegister
- 非模态对话框以及对话框模版的设计,在此用到了许多控件-Non-modal dialog boxes, and dialog box template design, many of the controls used in this
0926_TestModaless
- 非模态对话框演示,MFC源码展示,很简单,适合新手-test modaless
duihuakuang
- 几个用vc++实现的对话框程序设计实例,包括创建模态对话框和非模态对话框、使用MessageBox消息对话框等。-The several use vc++ the dialog box procedure designed instance, to create a modal dialog and non-modal dialog box, use the MessageBox message dialog.
Dlg2
- 动态创建 非模态对话框,初学者可以看看,比较简单-Non-modal dialog box, beginners can look relatively simple
ShadDlg
- 在主窗口的右边和下边放两个非模态对话框,制作立体窗口阴影效果。-Put two non-modal dialog box at the right and bottom of the main window, making a three-dimensional window shadow effects.
DlgMode
- 创建非模态对话框,实现主程序与子对话框之间数据的交互。-Create a non-modal dialog box, the data of the interaction between the main program and sub-dialog box.
qEmRQehUe
- 代码是用来实现创建非模态对话框的vc++的源码,一般,适合初学的人-The code is used to create a non-modal dialog vc++ source, in general, suitable for beginners who look at
gDWkmLACC
- 代码是用来实现非模态对话框与应用程序之间的数据交换的源码,很不错,附件,有助于初学者的学习-Code is used to exchange data between non-modal dialog with the application source code, very good, Annex help beginners learn
MultiThreadModelLessDialog
- 这是使用AfxBeginThread写的两个对话框通信的程序,分别是主框和一个非模态对话框,通信方式是SendMessage,代码有一定注释量,适合初学者-This is a program of the two dialog boxes using AfxBeginThread written communication are the main frame and a non-modal dialog, means of communication SendMessage code anno
ModalLessDlg
- 非模态对话框封装类,解决了非模态对话框的内存销毁问题。-Non-modal dialog wrapper class to solve the problem of non-modal dialog memory destroyed.
CheckModaless
- 简单的C++非模态对话框练习是学习Visual C++的入门好帮手-the base of C++ to take excise!
MFC
- MFC非模态对话框于模态对话框有很多的不同之处,这是一个关于非模态对话框的教程-MFC modal dialog in a modal dialog box has a lot of differences, this is a tutorial on non-modal dialog box
mfc
- mfc非模态对话框,非模态可以在多文档使用,他可以在操作框架是同时操作对话框-mfc non-modal dialog box, non-modal can be used in a multi-document, he can operate simultaneously in the operating framework dialog box
xcc_app02
- 非模态对话框的示例程序, -Non-modal dialog example program, the modal dialog box example program,
feimotaiduihuak
- 非模态对话框的创建比较复杂。下面介绍具体的方法: 首先,创建一个新的对话框资源,并新建一个类与之关联(用AppWizard); 其次,调用CDialog的默认构造函数来构造对话框对象(注意,创建的不是窗口),这一步在主框架窗口的构造函数中实现。 再次,调用CDialog::Create成员函数创建窗口,Create把资源ID作为参数,并且,在对话框窗口仍然在屏幕上显示时,就立刻返回控件。 最后,在关闭非模态对话框时,注意要调用DestroyWindow函数而不是CloseWind
tanchushi
- 弹出式菜单,非模态对话框的制作.里面包含所有的源码和view视图,用visual C++ 2010制作完成.-Pop-up menu, the production of non-modal dialog boxes. Which contains all of the source and View view, with the visual C++ 2010 produced.
ZHAN4
- 本程序主要用来练习模态对话框与非模态对话框的创建与使用。-This procedure is mainly used to practice modal and non-modal dialog box to create and use.
creat-dialog-and-post-message
- 创建非模态对话框,实现消息响应。实现非模态对话框功能。-Create a non-modal dialog to achieve message response. Achieve non-modal dialog functionality.
4.Register
- 实现非模态对话框和标签式对话框的创建和使用。-To achieve non-modal dialogs and tabbed dialog creation and use.
BaseDlgDemo2
- 创建非模态对话框,C++精选学习源码,很好的参考资料。-Create a modeless dialog box, select learning C++ source code, a good reference.