搜索资源列表
无模式对话框
- 一个得意的对话框程序,主要对VC中控件的熟悉,主要功能是显示对话框、用对话框运行程序、控件与变量之间的相关联
一个永远显示的对话框
- 《创建一个不可关闭的对话框》 [代码性质] VC完整应用程序代码 创建一个基于对话框的工程,一切默认即可。 在对话框的属性general中,设置caption为空,这样用ctrl+alt+del就发现不到此 程序。 在对话框的属性more stytle 中,选中disable,这样就不能用右键关闭此程序。 删除取消按钮,双击确定按钮,在其对应函数中将 CDialog::OnOK()删除。这样就 不能用回车关闭此程序。如果只是简单的删除确定按钮是不行的。 当然了,要是关闭计
对话框中对话条.rar
- 怎样在对话框中实像对话条
把一个tab控件加入到一个form或对话框中
- 把一个tab控件加入到一个form或对话框中-put a tab control into one form or dialog box
十分经典的VC对话框程序的打印预览
- 十分经典的VC对话框程序的打印预览-classical print and preview of dialog by VC
颜色对话框的使用
- 颜色对话框的使用-the use of color dialog
对话框窗口的自动缩放
- 对话框窗口的自动缩放-dialog window automatically zoom
在对话框上设置背景图
- 一个简单的对话框上实现加载背景图的的小例子-a simple dialog box on the map to achieve the background loading of small examples
Windows XP风格对话框
- 在W98/2000上实现XP风格的对话框-W98/2000 in achieving XP-style dialog
“致谢”对话框
- 一个界面比较好看的致谢对话框,可以给你的程序增色不少-an interface looks better thanks to the box, can give you the procedures occasion
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.
对话框示范程序
- 使用文件公共对话框的示范程序,菜单内有文件和帮助。-public use file dialog model procedures, menu within documents and help.
数据库形式的对话框
- 用vc++编写的数据库形式的对话框,对于初学VC的有帮助。在VC下编译通过。-vc used to prepare a database form of dialog, for beginners VC help. The VC compile.
VC继承对话框
- 继承对话框的一个实例程序!
对话框
- 对话框编程
基于对话框的文件拖拽载入
- 基于对话框的文件拖拽载入~~像QQ文件传输那样,基于VC++6.0对话框
对话框的程序中创建工具条和状态条.zip
- 演示如何在对话框的程序中创建菜单、工具条和状态条,就像文档视图界面一样!,a demonstration of how the process in the dialog box to create menus, and tool of the state, like the same document View interface!
TreePropSheet_demo 通用配置对话框的例子
- 一个通用配置对话框的例子,可以作为全局的配置窗口的例子,-An example of common config dialog box,it can be used as the example of global config windows
对话框
- 对话框 vb入门基础知识 对话框函数适合新手 学习 交流非常简单的对话框(Dialog VB entry basics, dialog box function, suitable for beginners to learn exchanges, very simple dialog box)
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)