资源列表
transparent_display
- 本程序教你如何使应用程序界面以任意透明度显示。对窗口编程的学习有帮助。-This program teaches you how to make the application program interface to any transparent display. Learning programming on the window to help.
CFormViewsample
- 这是一个适合于初学都的关于简单的MFC的MVC的控制方面的一个例子,很容易就看懂了-This is a suitable for beginners are simple MFC on the control aspects of the MVC example, it is easy to understand the
TransparentWindow
- TransparentWindow 通过BMP图片创建透明窗体-TransparentWindow by BMP image create a transparent form
ab
- 设计用于查询学生信息的应用程序,要求界面有一个树形控件和列表控件。树形控件分三层显示学生的分类情况:第一层是按“学院”分类,第二层按“学年”分类,第三层按“班级”分类。双击“班级”项,要在列表控件里以报表格式显示该班所有学生的学号、姓名、住址和联系方式-Designed to check student information applications require control and interface with a tree list control. Tree Controls sh
mfc08
- 实现了基于MFC的颜色添加以及颜色选择预览的功能-the addition and choose of the color,and display it
jumpdialog
- 该源码提供了一套非常不错的Windows系统时间控件,极大地方便了我们的编程。-The source provides a very good time to control Windows systems, which greatly facilitated our programming.
SetWindowSize
- 该程序通过选择一个单选按钮将主应用程序窗口调整为预定义窗口大小。-The program by selecting a radio button to adjust the main application window of a predefined window size.
capturetext_srczip
- the source code application demo for capturing a text on desktop
custctrl
- custom control for window by professional way
MESSAGE_Code
- MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC message mapping scheme of analysis, about how to use the ClassWizard,, understand the
digital
- 液晶数字时钟,透明度可调,非常漂亮,十分容易移植-LCD digital clock, adjustable transparency, very beautiful, very easy to transplant
duihuak
- 对话框用户界面程序的编写,如何向对话框控件联接数据成员及其实现机理, 如何向对话框控关联控件类,如何利用对话框类的成员函数向控件发送消息 和获取对话框控件的类指针,如何直接利用对话框控件类操纵对话框控件 (发送消息和直接调用成员函数)。如何在程序运行时产生和销毁控件。 对话框控件的几种操作方式的优劣比较分析。如何实现对话框的部分收缩 和展开。如何让对话框上的文本框在程序启动后立即获得焦点,如何利用 SetWindowLong改变窗口的回调函数,通过改变文本框的默认回车处理