搜索资源列表
无模式对话框
- 一个得意的对话框程序,主要对VC中控件的熟悉,主要功能是显示对话框、用对话框运行程序、控件与变量之间的相关联
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 dialog use.
ModalDlg
- 这是利用vc++.net来进行,无模式对话框的创建-use vc. Net to proceed, and modeless dialog creation
NoMode_Dlg
- 无模式对话框的好例子。当开启了子对话框时,不关闭子对话框,同样可以激活主对话框。-modeless dialog a good example. When the son opened the box, not closed-box, the same can activate the main dialog box.
dlgsample1
- 本实例说明,如何使用无模式对话框与模式对话框,并创建与显示无模式对话框与模式对话框,并在相互之间转换。-this example, how to use a modeless dialog box with the model, and the creation and display of models and modeless dialog box, and switch between each other.
MyModallessDlg
- 无模式对话框,在无模式对话框下,可以离开对话框进行其他的操作-modeless dialog, in a modeless dialog, the dialog box can be left to carry out other operations
exdlgless
- vc中无模式对话框的定义和使用,(如何定义一个无模式对话框)-vc modeless dialog which the definition and use of (how to define a modeless dialog)
Clock
- 我的一个设计 当初做设计的要求: 1、创建单文框应用程序,在视图中显示时钟。并增加一个菜单项“时间”,其包括“显示时间”和“修改时间”两个子项。当点“显示时间”在视图中显示时钟,点“修改时间”弹出一个无模式对话框,对时间进行修改。 2、设计的时钟要美观大方,既能摸拟机械钟表行走,还要准确地利用数字显示日期和时间。 3、写出设计报告
SizingDialogDemo(Modeless)
- 一个可以Resize功能的基于无模式对话框的Demo
testdl1
- 无模式对话框学习心得及源码
sdi-dialog-bmp
- vc++编写的单文档工程,通过添加无模式对话框能够实现摄像头的控制和图像的捕获及保存
wmsdhk
- 一个典型的无模式对话框供大家使用哦,想做无模式对话框的请参考。
guessNum.zip
- 与文曲星电子辞典中的猜数字小游戏类似,用VC6.0实现。展示了对话框中焦点的移动、无模式对话框的生成,窗口消息的发送接收等基本MFC技术,vonchishin electronic dictionary and number guessing in the game is similar to the realization of using VC6.0. The focus of the dialog box to display the movement of the generation
SettingsDlg_demo
- 一个MFC框架中模式对话框和无模式对话框, 类似设置界面,点左边TREE的节点右面显示对应的输入界面和控件.-MFC framework of a model of dialog and non-model dialog box, set up a similar interface, point the left TREE node corresponding to the right shows the input interface and controls.
CustomDialog
- 改变对话框的底色,分为无模式对话框和有模式对话框-To change the background color of the dialog box is divided into non-modal dialog and modal dialog
testdl
- 一个VC程序实现的无模式对话框的程序代码,完整而且简单实用。-VC program to achieve a non-modal dialog code, complete and simple and practical.
dialog
- 掌握对话框和CDialog类 掌握对话框的创建、显示和数据校验机制 掌握模式对话框与无模式对话框的使用方法 掌握公共对话框的使用-CDialog class to grasp and master the dialog box dialog box to create, display and data verification mechanisms to master mode and free mode dialog box dialog box to use to master
modeless_tracker_demo
- 这篇文章提出了一种轻松管理无模式对话框的方法。功能包括: 确定是否已经建立的对话 时自动关闭对话框的父对象被销毁 通知父对象的时候,对话框关闭 在从父对象对话框访问功能。 这个概念是基于一个跟踪对象,在对话框的父母和一个助手类从该对话框是双源存在。帮助类自动化之间的对话与互动的跟踪,并允许父跟踪管理对话框。 所谓“父母”是用来表示类,创建无模式对话框,因此保持它的眼睛负责。父不一定是父窗口。它可以是任何对象,需要有一个无模式对话框。-This ar
AppModeless
- 实现了动态创建无模式对话框,并可以调节对话框的大小-There is a modeless diaglog created by this project.
mydlgs有无模式对话框
- 制作有模式的对话框,需关闭窗口才能进行其他操作;舞模式对话框,可随意进行其他操作而不受影响(Create a modal dialog box, you need to close the window for other operations; dance mode dialog box, you can do other operations without being affected)