搜索资源列表
DrawItem
- 说明:类似QQ选择头像的图片选择界面效果。-: QQ similar choice as the first choice of interface effects pictures.
OwnDrawButton
- 一、用ClassWizard生成一个新类,名字假设起为CMyButton,基类选为CButton; 二、在新类中用ClassWizard添加函数:PreSubclassWindow()、DrawItem()、OnMouseMove()、OnLButtonDown()、OnLButtonUp();-one with ClassWizard generate a new category, the names of hypothe
listbox 工具窗口
- listbox 的拓展程序,一个自定义的listbox,对DRAWITEM进行重载-listbox expansion process, since the definition of a listbox. for heavy right DRAWITEM
IconMenu
- 在MFC应用程序中为菜单添加图标。CMenu中派生类,并改写DrawItem,MeasureItem方法
ImageText
- 在按钮中绘制图标,通过改写CButton中的DrawItem的方法来实现
NotRule
- 实现显示不规则按钮的功能,主要通过改写CButton中DrawItem的方法实现自定义按钮的绘制
CoolMenu
- 很漂亮的菜单.. 在要使用此类菜单的头文件中加入成员变量(此例中使用:m_mnu), 注意要包括头文件:#include \"MyCoolMenu.h\",在要使用此类菜 单的初始化函数中 (如OnInitDialog):输入下行代码: m_mnu.AttachMenu(GetMenu()->GetSafeHmenu(),IDR_TOOLBAR1,CSize(16,15)) 如果不使用图标,则第一个参数为
DrawItem
- 说明:类似QQ选择头像的图片选择界面效果。-: QQ similar choice as the first choice of interface effects pictures.
OwnDrawButton
- 一、用ClassWizard生成一个新类,名字假设起为CMyButton,基类选为CButton; 二、在新类中用ClassWizard添加函数:PreSubclassWindow()、DrawItem()、OnMouseMove()、OnLButtonDown()、OnLButtonUp();-one with ClassWizard generate a new category, the names of hypothe
listbox 工具窗口
- listbox 的拓展程序,一个自定义的listbox,对DRAWITEM进行重载-listbox expansion process, since the definition of a listbox. for heavy right DRAWITEM
TestDrawItemFunction
- 转载请注明来源: 开源盛世-源代码下载网 www.vscodes.com-reproduced Source : revenue Spirit-source code download network www.vscodes.com
ToolTipListBoxDemo
- 该工程实现了可以显示多行内容的ToolTip的ListBox,继承CWnd实现了一个自定义的ToolTip类,再继承CListBox实现了一个自定义的ListBox类-realization of the project can show the contents of multiple lines ToolTip the ListBox, Inheritance CWnd implementation of a custom Tool
Win32_SDK_C_TabControl_demo
- 用VC实现界面中控件TabControl的基本功能。-VC interface used to achieve the basic functions of TabControl control.
ImageText
- 在按钮中绘制图标,通过改写CButton中的DrawItem的方法来实现
NotRule
- 实现显示不规则按钮的功能,主要通过改写CButton中DrawItem的方法实现自定义按钮的绘制-Realize the function of the button shows irregular, primarily by rewriting DrawItem way in CButton realize custom button mapping
HabitiInterface-MulLanguage
- 使用DrawItem函数个性化界面,多国语言切换使用SetThreadLocale函数就很容易的实现,不过Win2K以上版本的OS中好用。 -The use of personalized DrawItem function interface, multi-language switch SetThreadLocale function can easily use the implementation, but more th
new_list_ctrl
- 以重载DrawItem的方式,实现一个自画的ListCtrl-DrawItem way to heavy-duty, self-realization of a painting ListCtrl
Button
- 修改Button的drawitem函数 改变Button的背景色前景色,美化按钮-Button' s drawitem function changes the background color to change Button foreground color, landscaping button
DrawButton
- 自绘按钮,在MFC中通过CButton类的DrawItem函数来实现自绘一个按钮,使其看上去更美观-Since the draw button, through CButton in MFC classes to implement owner-draw DrawItem function of a button, and make it look more beautiful
CListViewMultiline
- VC++ 界面编程,重载DrawItem,实现多行显示功能,非常经典,值得参考-VC++ interface programming, heavy DrawItem, multi-line display, very classic, it is also useful