搜索资源列表
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 hypotheses for CMyButton, elected CBu
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)) 如果不使用图标,则第一个参数为-1就行了。 最重要的就是在程序中要用窗口的OnDraw
CCePngButtonST.运行PNG等多种格式的图片显示
- 一个CE版本的CCEbuttonSt类,运行PNG等多种格式的图片显示,重载drawitem来自绘按钮.,A CE version of the CCEbuttonSt classes, running a variety of formats such as PNG images showed heavy drawitem from the painted buttons.
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 than Win2K version of the OS in
DrawImgOnDlg
- 结合网上的代码,找到了两种全图显示的办法。 第一种是使用GDI+,同样需要使用到picture control,不过这次需要设置属性->杂项->type,选择Owner Draw类型。然后从CStatic类中派生出一个新类:CGdiPlusImgCtrl。重载DrawItem函数来实现绘制图像 可能你觉得使用GDI+麻烦,需要对GDI+环境进行初始化,打包程序又得附带gdiplus.dll。那么我介绍的第二种方法使用GDI就没这么麻烦了。 第一种是使用GDI,同样需要使
ListCtrl
- ListCtrl 重载DrawItem,实现自绘制, 使得listCtrl在失去焦点时,仍显示高亮选中状态。-ListCtrl heavy DrawItem, to achieve self-drawn, making the loss of focus in listCtrl still show highlights selected.
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
new_list_ctrl
- 以重载DrawItem的方式,实现一个自画的ListCtrl-DrawItem way to heavy-duty, self-realization of a painting ListCtrl
XPButton
- 该项目主要就是CXPButton的DrawItem函数的重载。在DrawItem中重新新绘制了 按钮的各中状态时的显示效果。具体的实现代码中有大体的说明。-The project is mainly a function of the overloaded CXPButton the DrawItem. The DrawItem re-draw the button in all new state of the display. Concrete implementation of the
Button
- 修改Button的drawitem函数 改变Button的背景色前景色,美化按钮-Button' s drawitem function changes the background color to change Button foreground color, landscaping button
XPButton
- 该项目主要就是CXPButton的DrawItem函数的重载。在DrawItem中重新新绘制了 按钮的各中状态时的显示效果。具体的实现代码中有大体的说明。-The project is mainly a function of the overloaded CXPButton the DrawItem. The DrawItem re-draw the button in all new state of the display. Concrete implementation of the
listbox
- MFC ListBox 自绘 ListView/ListBox-MFC ListBox DrawItem ListView/ListBox
20059151251147
- 1.TestDrawItemFunction.rar 制作个性化界面时使用DrawItem函数,这是对此了解有所帮助 2.TestLanguageConversion.rar 制作多国语言切换时,以前使用ini文件来操作这样编程比较复杂。使用SetThreadLocale函数就很容易的实现,不过Win2K以上版本的OS中好用。 -1.TestDrawItemFunction.rar create personalized interface to use DrawItem fun
CListViewMultiline
- VC++ 界面编程,重载DrawItem,实现多行显示功能,非常经典,值得参考-VC++ interface programming, heavy DrawItem, multi-line display, very classic, it is also useful
buttontest
- 创建了一个基于CButton的新类,重载了DrawItem函数,能够实现对按钮背景颜色的动态改变。-In this program,we have built a new class which is based on the CButton class.We override the DrawItem() program,and you can change the background of the button as you wish in this program.