搜索资源列表
QQ
- VS2008精心仿制QQ界面,纯MFC自绘控件打造精美QQ界面,利用双缓存贴图技术实现无闪烁移,源码上传。如果有建议与问题,请与我联系。此作品仅作参考,大家一起共同交流学习。若有修改后的成品还请发给我一份,QQ:8968737 谢谢!-VS2008 careful imitation QQ interface, pure MFC controls from the paint to create beautiful QQ interfaces, cache mapping technology
CButton
- VC++/MFC 一个自绘的按钮控件类,实用简单方便。适合所有VC朋友-VC++/MFC button control, a self-painting classes, practical and easy. Suitable for all VC friends
mfc自绘菜单控件
- mfc中Menu控件的美化,可改变任意菜单项的宽高,并使用自己定义的颜色作为背景,可以渐变。能够在每个菜单项左侧添加位图,并改变菜单中右侧箭头形状。本例子使用打过补丁后的VS2008创建,内附控件类的接口说明文档。
mfc中自绘TabControl控件
- mfc中TabControl控件的美化,自绘控件,可添加位图更改标签样式,并在标签前添加位图,源码创建于vs2008
mfc中自绘ComboBox控件可记录输入的历史
- mfc中自绘ComboBox控件的美化,可改变控件中边框的颜色,并改变右侧下拉按钮的图片,并可以保存编辑框的输入历史记录。本例子使用打过补丁的vs2008创建,内附控件类接口使用说明文档。
MyBusinessDlg1
- vc++ mfc 界面编程 按钮 对话框 自绘控件-vc++ mfc programming interface dialog button controls drawn from
DemoButton
- 随着计算机的发展和普及,人们对于软件的界面美观性要求越来越高。MFC提供了很多标准控件,比如按钮控件,按钮在MFC编程中有着较高的使用频率。本文将介绍如何实现在有背景图片的情况下,任意形状按钮的自绘方法。本文使用基于对话框工程程序进行演示-With the development and popularization of computers, there is the software interface aesthetics have become increasingly demandin
mfc_panel_control
- MFC 自绘控件实现panel,可以在每个panel上添加需要的控件-use mfc class cwnd,you can add controls on the panel
MyCustomComboBox
- 自绘ComboBox,学自绘控件用的,希望对大家有用。-The CCstmComboBox class is derived from the MFC CComboBox class, and supports dialog data exchange and validation with DDX_CBString for CString and DDX_CBIndex for int variables like the ordinary CComboBox MFC class.
Calendar
- 用MFC实现的一款农历软件,完整实现了中国农历算法,其中一些自绘控件也值得初学者学习。-Lunar software MFC achieve a complete implementation of the China Lunar algorithm, some of which are owner-drawn controls worth learning for beginners.
MFCDrawContrpleYourself
- MFC自绘控件,包括按钮等控件,用GDI通过贴图的方式-MFC owner-drawn controls, including buttons and other controls
Tetris
- MFC实现俄罗斯方块游戏,采用自绘控件,界面非常漂亮-MFC Tetris game, owner-drawn controls, the interface is very beautiful ~ ~
vc_draw_controls
- vc mfc自绘控件集合,包括CMenu,CStatic,Dialog,Edit,Slider,tab等-vc self draw controls,
MFC
- 这份源文件是基于VC下的MFC工程做的常用控件测试,通过一个的对话框展示了十来种控件编程使用方法,包括滚动条和文本框的同步方法,列表框扫描文件夹,自绘控件等,是零零碎碎的时间做的,希望进入MFC的小伙伴们喜欢-The source file is used under the control of the VC MFC engineering based testing, through a dialog box shows a dozen control programming method
SkinList_Demo
- 继承MFC的CListCtrl类实现自绘列表控件(Inherit the CListCtrl class of MFC to implement self drawing list control)
自绘技术介绍
- MFC中自绘技术的介绍: Windows中自带的控件样式满足不了当前需求时,需要我们在自带控件基础上对控件样式进行定制化的修改。(Introduction of self-drawing technology)
IP地址控件自绘
- 通过重载CIPAddress类自绘IP地址控件,从而可以设置IP地址背景色,边框,字体等(You can set the IP address, background color, border, font, etc., by drawing the IP address control from the overloaded CIPAddress class)
MyTableControl
- MFC程序,从Cwnd派生,自绘CTabCtrl, 可以任意设置颜色,字体,Tab标签位置,动态切换字体,背景色,标签大小和位置,动态添加、删除Tab标签。(MFC program, derived from Cwnd, drawn from CTabCtrl, you can set the color, font, Tab tag position, dynamic switching font, background color, label size and location, dyna
visual c++资源合集
- MFC自绘控件,包括对话框,按钮,列表框等几乎MFC的所有基本控件(MFC drawing control, including dialog box, button, list box, almost all of the basic controls MFC)
实现EDIT控件自绘
- 自绘的MFC CEdit控件,可以用来参考或直接添加使用(Self drawn MFC CEdit control)