资源列表
Test_DlgTransparent_Dlg
- It s a simple program of Dialog Transparent
mubergame
- 一个猜数字游戏的程序,在程序的开始自动生成100内的数字,用户可以根据提示信息输入猜测答案-A number guessing game program, the beginning of the program automatically generates 100 the figures, the user can be prompted to enter information to guess the answer
ExpandDialog
- 可扩展的对话框,完整的VC6++源代码,包含vc2005工程-Scalable dialog box, complete VC6++ source code, including vc2005 projects
cal
- 采用VC++.NET编程环境中的MFC应用程序框架,编写一个基于对话框的简单计算器程序。-Using VC++. NET programming environment in the MFC application framework, write a simple calculator program based on the dialog box.
LimitMouse
- 限制鼠标的移动范围 对于windows控制鼠标有一个新的认识-Limit the range of movement of the mouse to control the mouse for windows have a new understanding
DockingAndHidenWnd
- 自动伸缩的窗口,可以停靠在上侧和收缩,增加了抽屉效果
QQHideWnd
- 虽然还不能算是完美的模仿,但效果已经非常非常的接近了。也许有人会奇怪为什么要用Tool Window 风格,这是因为,这样在任务栏中不会显示窗口。从QQ的标题栏高度也可以判断出他也是这种风格,但这样一来就不能拥有最小化、最大化按键了。实际上QQ的最大化、最小化和关闭按键都是用DC画上去的。如何在Caption上增加按键,外国一些开源网站有源代码,我下载并看了一下,发现里面有个知识点很有趣,那就是更改消息路由,有兴趣的可以去下载来学习一下。
4.如何使用列表控件?
- 4.如何使用列表控件?.rar 4.如何使用列表控件?.rar -4. How to use the Control List? . Rar 4. How to use the Control List? . Rar 4. How to use the Control List? . Rar 4. How to use the Control List? . Rar
打印预览框
- 制作一个所见即所得的打印应用程序,在这个程序中将显示和打印的效果是和显示的效果相匹配。-produced a WYSIWYG printing applications, in this procedure will display and print the results are shown and the matching results.
File
- 对文件的操作,包括创建,删除,打开,关闭等的操作,-The file operations, including create, delete, open, close, etc. operations,
FileDlgExDemo
- 本代码中实现的增强型文件对话框美观实用,可以替代CFileDialog!-the code to achieve enhanced dialog beautiful and practical, alternative CFileDialog!
IntouchWindow
- 实现了一个半透明的窗口,这个窗口是你无法用鼠标点击到的,就像这个窗口不存在一样,对界面编程和鼠标绘图编程很有参考价值。