CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - DrawItem

搜索资源列表

  1. DrawItem

    0下载:
  2. 说明:类似QQ选择头像的图片选择界面效果。-: QQ similar choice as the first choice of interface effects pictures.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:519893
    • 提供者:杨勇
  1. OwnDrawButton

    1下载:
  2. 一、用ClassWizard生成一个新类,名字假设起为CMyButton,基类选为CButton; 二、在新类中用ClassWizard添加函数:PreSubclassWindow()、DrawItem()、OnMouseMove()、OnLButtonDown()、OnLButtonUp();-one with ClassWizard generate a new category, the names of hypotheses for CMyButton, elected CBu
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:53265
    • 提供者:张刚
  1. listbox 工具窗口

    0下载:
  2. listbox 的拓展程序,一个自定义的listbox,对DRAWITEM进行重载-listbox expansion process, since the definition of a listbox. for heavy right DRAWITEM
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:2035433
    • 提供者:吴忠
  1. IconMenu

    3下载:
  2. 在MFC应用程序中为菜单添加图标。CMenu中派生类,并改写DrawItem,MeasureItem方法
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:54878
    • 提供者:秋水飘零
  1. ImageText

    0下载:
  2. 在按钮中绘制图标,通过改写CButton中的DrawItem的方法来实现
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:73343
    • 提供者:肖月
  1. NotRule

    0下载:
  2. 实现显示不规则按钮的功能,主要通过改写CButton中DrawItem的方法实现自定义按钮的绘制
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:26915
    • 提供者:肖月
  1. CoolMenu

    0下载:
  2. 很漂亮的菜单.. 在要使用此类菜单的头文件中加入成员变量(此例中使用:m_mnu), 注意要包括头文件:#include \"MyCoolMenu.h\",在要使用此类菜 单的初始化函数中 (如OnInitDialog):输入下行代码: m_mnu.AttachMenu(GetMenu()->GetSafeHmenu(),IDR_TOOLBAR1,CSize(16,15)) 如果不使用图标,则第一个参数为-1就行了。 最重要的就是在程序中要用窗口的OnDraw
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:21911
    • 提供者:ybc
  1. CCePngButtonST.运行PNG等多种格式的图片显示

    1下载:
  2. 一个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.
  3. 所属分类:界面编程

    • 发布日期:2013-07-30
    • 文件大小:130353
    • 提供者:wangfei
  1. HabitiInterface-MulLanguage

    0下载:
  2. 使用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
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:81411
    • 提供者:王新
  1. DrawImgOnDlg

    0下载:
  2. 结合网上的代码,找到了两种全图显示的办法。 第一种是使用GDI+,同样需要使用到picture control,不过这次需要设置属性->杂项->type,选择Owner Draw类型。然后从CStatic类中派生出一个新类:CGdiPlusImgCtrl。重载DrawItem函数来实现绘制图像 可能你觉得使用GDI+麻烦,需要对GDI+环境进行初始化,打包程序又得附带gdiplus.dll。那么我介绍的第二种方法使用GDI就没这么麻烦了。 第一种是使用GDI,同样需要使
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-18
    • 文件大小:5067993
    • 提供者:朱小明
  1. ListCtrl

    0下载:
  2. ListCtrl 重载DrawItem,实现自绘制, 使得listCtrl在失去焦点时,仍显示高亮选中状态。-ListCtrl heavy DrawItem, to achieve self-drawn, making the loss of focus in listCtrl still show highlights selected.
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-09
    • 文件大小:1920416
    • 提供者:alex
  1. DrawButton

    0下载:
  2. 自绘按钮,在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
  3. 所属分类:Button control

    • 发布日期:2017-05-24
    • 文件大小:7688858
    • 提供者:monzart
  1. new_list_ctrl

    0下载:
  2. 以重载DrawItem的方式,实现一个自画的ListCtrl-DrawItem way to heavy-duty, self-realization of a painting ListCtrl
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-05-29
    • 文件大小:11807755
    • 提供者:chenkuo
  1. XPButton

    0下载:
  2. 该项目主要就是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
  3. 所属分类:Button control

    • 发布日期:2017-03-30
    • 文件大小:14954
    • 提供者:贾利选
  1. Button

    0下载:
  2. 修改Button的drawitem函数 改变Button的背景色前景色,美化按钮-Button' s drawitem function changes the background color to change Button foreground color, landscaping button
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:7003915
    • 提供者:华哥
  1. XPButton

    0下载:
  2. 该项目主要就是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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:14479
    • 提供者:chenruibin
  1. listbox

    0下载:
  2. MFC ListBox 自绘 ListView/ListBox-MFC ListBox DrawItem ListView/ListBox
  3. 所属分类:ListView-ListBox

    • 发布日期:2016-01-25
    • 文件大小:410617
    • 提供者:kuqoi
  1. 20059151251147

    0下载:
  2. 1.TestDrawItemFunction.rar 制作个性化界面时使用DrawItem函数,这是对此了解有所帮助 2.TestLanguageConversion.rar 制作多国语言切换时,以前使用ini文件来操作这样编程比较复杂。使用SetThreadLocale函数就很容易的实现,不过Win2K以上版本的OS中好用。 -1.TestDrawItemFunction.rar create personalized interface to use DrawItem fun
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:71182
    • 提供者:lixdong333
  1. CListViewMultiline

    0下载:
  2. VC++ 界面编程,重载DrawItem,实现多行显示功能,非常经典,值得参考-VC++ interface programming, heavy DrawItem, multi-line display, very classic, it is also useful
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-10
    • 文件大小:1971912
    • 提供者:明白人
  1. buttontest

    0下载:
  2. 创建了一个基于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.
  3. 所属分类:Button control

    • 发布日期:2017-05-08
    • 文件大小:1912872
    • 提供者:黄江杰
« 12 »
搜珍网 www.dssz.com