搜索资源列表
一个永远显示的对话框
- 《创建一个不可关闭的对话框》 [代码性质] VC完整应用程序代码 创建一个基于对话框的工程,一切默认即可。 在对话框的属性general中,设置caption为空,这样用ctrl+alt+del就发现不到此 程序。 在对话框的属性more stytle 中,选中disable,这样就不能用右键关闭此程序。 删除取消按钮,双击确定按钮,在其对应函数中将 CDialog::OnOK()删除。这样就 不能用回车关闭此程序
在属性页中添加字体对话框
- 查了本网站没有关于如何得到字体设置对话框中字体大小的内容,在网上终于查到一篇文章,上传供大家参考-check of the Web site on how to be no font setup dialog the font size, the Internet has finally found an article upload for your consideration
CardDialog_demo
- 使用卡片对话框来代替属性对话框-Uses card dialog box to replace attribute dialog box, when demonstrating has used SOCKS4/SOCKS4A/SOCKS5/HTTP1.1
Propdlg
- 有关属性对话框的编程-Programming on the Properties dialog box
CFTime
- 本程序功能: 1、修改文件或目录的产生、修改时间,及各种属性; 2、能够自动判断本程序是否重载,并给出提示; 3、增加了隐藏到系统托盘的功能,并修改了关闭功能; 4、实现对话框的动画弹出和消隐,增强程序的美观性 5、增加了系统热键功能,窗口隐藏时Ctrl+Alt+X可以呼出; 6、置窗体为最顶层显示,并去掉了任务栏的窗体 7、新增了鼠标在主窗口上移动时,显示手形光标功能。-this program functions : a revis
vc6单文档三叉分割框架(内嵌属性页)
- 使用vc6实现单文档三叉分割框架,内嵌属性页。-vc6 use single-file trigeminal undivided fr a mework that incorporates property pages.
ydq
- 本人看了徐景州的分割文件后觉得这确实是一个简单的思路,但是要把他编得更加完美却较难有句话:小事不做何以做大事,编一百个软件不如编好一个软件.本人的分割文件思想是把要分割的文件一次读入内存求的分割的数目,然后分别写入文件接着写入文件信息以便合并使用,不过该软件有个缺点: 他用的是属性页对话框写的框架我还不知道怎么修改他自带的退出按钮,不能点对话框的下面的退出按钮.请各位前辈指教.-I saw Xu Jing-state division
VC属性页
- 将通过对CProPertySheet类和CProPertyPage类的学习,学会把多个对话框集中起来,通过标签来激活各个界面.-through right CProPertySheet CProPertyPage category and type of learning and learn how to put together a number of dialog, through various labels to activat
0613Porperty
- 实现属性对话框的画图小应用程序,是本人做为教学综合的一个程序-Attributes dialog to achieve the drawing small applications, and is teaching himself as an integrated process
easysize_demo
- 一个简单的在可变大小对话框或属性页中重置控件的程序! 作者Marc Richarme -a simple variable size in the dialog box or replacement page attribute controls the procedure! Author Marc Richarme
NumbersDisplayer
- 这个控件是一个多位数码显示控件,控件的内容的操作接口就是其Caption的值。控件的显示尺寸可以通过鼠标更改控件客户区域的高度改变,数码管的个数可以通过更改其宽度改变,颜色可以通过控件属性对话框改变。该空间非常实用,非常方便。-Controls is one of the many digital display controls, controls the content of the user interface is its Ca
在属性页中添加字体对话框
- 查了本网站没有关于如何得到字体设置对话框中字体大小的内容,在网上终于查到一篇文章,上传供大家参考-check of the Web site on how to be no font setup dialog the font size, the Internet has finally found an article upload for your consideration
20060116kkk
- 属性对话框是VC中比较难用的控件。本程序提供了比较理想的实现方法,不同的属性页面可以布置不同的控件。-Attributes dialog VC is more difficult with the controls. This program provides an ideal method, different attributes page layout can be different controls.
模仿windows中的桌面背景预览的控件
- 这个控件是模仿微软windows操作系统中的显示属性对话框的控件。我作的这个custom控件具有和微软控件一样的-controls mimic the Microsoft Windows display properties of the dialog box controls. I make this custom controls and Microsoft have the same control
PinnableDlg_demo
- 这个类可以让你有一个对话框,用户可以改变"pinned"的状态以在无模式和模式对话框之间切换。这类似于 Developer Studio 的属性对话框,它显示文件或类的属性,钉住对话框,再选择另一个文件或类,它们的属性会自动在对话框中显示出来。这个功能类似于我要实现的功能。本质上来说,一个“可钉住”的对话框是一个无模式对话框。当一个对话框取消“被钉住”状态后,在失去焦点后它会被隐藏起来。当对话框被“钉”住时,它的行为就像一个标准的无模式
PropertyListCtrl
- VC开发的属性对话框,可以向vb,delphi一样的属性框。-VC development of the Properties dialog, to vb, delphi same attributes box.
property
- vc++属性对话框的一个小程序,希望对新手有所帮助-vc++ Properties dialog box, a small procedure, and they hope to help novice
TabCtrl
- 想知道“我的电脑”属性对话框是怎么实现的吗?这里有用TabCtl空间实现的源代码,还有详细的说明文档哟!-Would like to know the My Computer Properties dialog box is how to achieve it? Useful here TabCtl space to achieve the source code, as well as detailed documentation
ShellExAppsTutorial
- Windows Shell扩展编程完全指南 第一节 - 一步步教你如何编写Shell扩展 第二节 - 如何编写一次操作多个文件对象的Shell扩展 第三节-如何编写为文件对象弹出提示信息框的Shell扩展 第四节 - 如何编写提供定制拖放功能的Shell扩展 第五节-如何编写添加属性页到文件属性对话框中的Shell扩展 第六节-如何编写定制”发送到”菜单的Shell扩展 第七节-如何编写自画上下文菜单项的Sh
PropertyInDlg
- vc属性对话框阅读,对于软件的设计有很好的帮助-vc Properties dialog box to read, for the design of software have a very good help