搜索资源列表
非模式对话框的使用
- 详细用MFC实现了非模式对话框 有助于初学者对MFC控件的应用-detail with the non-MFC dialog mode to help beginners MFC Application Control
非模式对话框
- 该程序完成非模式对话框的实现 包括显示 以及 如何调用相关函数来 是用非模式对话框
模式对话框
- 模式对话框与非模式对话框编程-modeless dialog box with non-programming model
Exam2
- 对非模式对话框的简单应用-model for non-application of a simple dialog box
exam2
- 一个非模式对话框的例子,鼠标在主窗口点击的坐标被非模式对话框接受并用列表显示,同时主窗口用十字显示被点击的点,可以通过删除非模式对话框的一列来删除主窗口的点.-a non-modeless dialog example, a mouse click on the main window of the coordinates were not accepted and modeless dialog with the list, whil
模式对话框
- 模式对话框与非模式对话框编程-modeless dialog box with non-programming model
closedlg
- 本程序为一个vc windows编程的实例本程序演示了对于不同类型的对话框模式\非模式对话框几种不同的关闭方法对于vc windows 编程的初学者有相当的参考价值-the procedures for a vc windows programming examples demonstrating the procedure for different types of dialog mode \-modeless dialog sev
vc 无模式对话框参数传递的一个示例testdl
- 对于无模式对话框接收的输入信息,我们可以以向父窗口发送消息的方式进行。代码以Vc++6.0用实例来说明无模式对话框的使用。 -for modeless dialog receiving input information, we are able to father to the window messaging manner. Vc 6.0 code to use examples to illustrate modeless d
非模式对话框的使用
- 详细用MFC实现了非模式对话框 有助于初学者对MFC控件的应用-detail with the non-MFC dialog mode to help beginners MFC Application Control
非模式对话框
- 该程序完成非模式对话框的实现 包括显示 以及 如何调用相关函数来 是用非模式对话框-The process is complete realization of non-modal dialog box, including display and how to call the relevant function is non-modal dialog
Ex_1
- 组合框的控件使用,有模式和非模式对话框,还有通用对话框-portfolio controls the use of the box, a model and non-model dialog, common dialog
mfc1
- 非模式对话框对话筐显示文件,看看建立后的样子-Non-modal dialog box showing the file dialog box to see if after the establishment of what
vcDlgDLL
- VC++ 6.0 调用非模式对话框方法,是初学者的一个非常好的范例-VC++ 6.0 call of non-model dialog box approach is a very good beginner
feimoshiduihuakuang
- 一个小小的,简单的非模式对话框制作,称是上什么好作品,只求指教!-A small, simple production of non-modal dialog box, saying it is what good works, seeking advice!
Colors220081119181331
- windows对话框及子窗口控件部分,主要是演示非模式对话框控制-dialog windows and parts of sub-window controls, mainly non-demo mode dialog control
Modedialogbox
- 模式对话框与非模式对话框区别-Mode dialog box with the distinction between non-model dialog box
TestDlg
- 用非模式对话框实现与视图之间的数据交互,使图像能即时更新-Non-modal dialog box with the view of the data exchange between, so that images can be updated
six_methods_of_messages_mechanism_for_modelless_di
- 总结了非模式对话框与父窗口进行数据交换的各种方法。-Summed up the non-modal dialog with the parent window, the various methods for data exchange.
ex07a
- 实现VC++6.0环境下非模式对话框的编辑动作,从对话框中取得编辑控件的值,然后通过自定义消息传回View类来处理。
VCADO
- 在WIN32中,模式对话框的创建一般是使用DialogBox来进行创建的。而非模式对话框则是利用CreateWindow来创建的。在MFC或是WTL中,模式对话框一般是使用DoModal,而非模式对话框的创建则是使用Create。 模式对话框创建后,程序的其他窗口便不能进行操作,必须将该窗口关闭后,其他窗口才能进行操作。而非模式对话框则无需这样,它不强制要求用户立即反应,而是与其他窗口同时接受用户操作。 -very goo