资源列表
dialog
- 可以任意改变对话框的字体和颜色,效果还可以,希望对您有帮助。-Can be arbitrarily changed dialog font and color, the effect can also hope that you help.
dlgforever
- 《创建一个不可关闭的对话框》 [代码性质] VC完整应用程序代码 创建一个基于对话框的工程,一切默认即可。 在对话框的属性general中,设置caption为空,这样用ctrl+alt+del就发现不到此 程序。 在对话框的属性more stytle 中,选中disable,这样就不能用右键关闭此程序。 删除取消按钮,双击确定按钮,在其对应函数中将 CDialog::OnOK()删除。这样就 不能用回车关闭此程序。如果只是简单的删除确定按钮是不行的。 当然了,要是关闭计算机之类的操作,那就没办
jisuanqi
- 一个用C编写的函数计算器,可能实现一些常用函数的计算
base-dialog
- vc源码,实现模态对话框的使用,功能简洁明了-VC source code, to achieve a modal dialog box use, functional simplicity
opengl
- 好用的原程序 大家下載來用用看 有錯和我說一下
DropFile
- 在对话框中拖放文件的简明讲解,添加消息函数,简单几句代码-drag on the concise document, add the information function, in a few simple code
modeltran
- 一个FileDialog的简单演示程序-a simple demonstration program
shadowview
- 窗口透明化的例子 使用VC编程,可以根据进度条调整窗口的透明度。-Examples of transparent windows programming using VC, you can adjust the progress bar under the window of transparency.
Menu_Application
- 创建了3个按钮,分别具有发声,显示,推出功能,并且和菜单中的菜单项对应,功能一致。
dialog
- 本程序解决对话框的最大化和最小化问题,如何实现
自绘计算器
- 本例实现了一个计算器应用程序,介绍了对话框添加菜单,高级按钮控件,高级编辑控件,对话框的扩展功能等应用。-the cases achieved a calculator applications, introduced a dialog menu added, the High button controls, senior editor controls, the expansion of the dialog function applications.
OpenFile
- 一个很经典的打开文件对话框,和记事本的打开文件对话框一样。-A very classic open file dialog box, which is similar to Windows Notepad s to open file dialog box.