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

搜索资源列表

  1. paintingbutton

    0下载:
  2. 如果你希望能够在自己的程序中表现出新意,那么你一定不会仅仅满足于MFC提供那些标准控件。这时,我们就必须自己另外多做些工作了。就改变控件外观这一点来说,主要是利用控件的自绘功能(Owner Draw)实现的。-If you want to be able to demonstrate their innovative programs, you will not only meet those standards provided in the MFC control. At this poin
  3. 所属分类:Button control

    • 发布日期:2017-04-05
    • 文件大小:37394
    • 提供者:htf
  1. XP-fenggeanniu

    0下载:
  2. 就改变控件外观这一点来说,主要是利用控件的自绘功能(Owner Draw)实现的。本篇将和各位一起定义一个XP风格的CXPButton按钮类,目的不在于介绍CXPButton类的使用技巧,而在于向各位阐述实现自绘按钮的方法。当然如果你觉得CXPButton有用的话,也可以把它的源文件保存下来,直接加入到自己的项目中。-To change the appearance of this control, the main draw is the use of self-control functio
  3. 所属分类:Button control

    • 发布日期:2017-05-09
    • 文件大小:1920515
    • 提供者:晓峰
  1. WindowsCEOwnerDrawProgress

    0下载:
  2. 基于Windows CE的自绘进度条的实现,可实现进度条颜色、背景以及文字颜色和文字背景的修改-Owner-Draw Progression Control in Windows CE
  3. 所属分类:Windows CE

    • 发布日期:2017-04-10
    • 文件大小:2022976
    • 提供者:棉猴
  1. OwnerDrawScrollBar

    0下载:
  2. 一个VC下的滚动条和按钮的自绘例程,在VS2003下调试通过。-This is example for owner draw scroll bar and owner draw button programming in VC. It have been debugged in Microsoft Visual Studio 2003.
  3. 所属分类:Button control

    • 发布日期:2017-05-20
    • 文件大小:5835487
    • 提供者:周炳莹
  1. colorpicker_src

    0下载:
  2. this is owner draw listbox
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-01
    • 文件大小:45083
    • 提供者:funpro
  1. ImageButton

    0下载:
  2. This example shows the way how to use owner draw button.
  3. 所属分类:Button control

    • 发布日期:2017-11-15
    • 文件大小:21428224
    • 提供者:Mulder
  1. ShowButton

    0下载:
  2. 自绘按钮,测试代码 MFC VS2010编译测试通过,界面开发学下很有用的。-OWner Draw button
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-27
    • 文件大小:62543872
    • 提供者:罗建亮
  1. Owner-Draw-button

    0下载:
  2. 一个XP风格的CXPButton按钮类,目的不在于介绍CXPButton类的使用技巧,而在于向各位阐述实现自绘按钮的方法。-void CXPButton::OnMouseMove(UINT nFlags, CPoint point) { // TODO: Add your message handler code here and/or call default if (!m_bTracking) { T
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:65561
    • 提供者:rosex
  1. menu

    0下载:
  2. 第一步:将所有菜单项设置为MF_OWNERDRAW,即自绘模式 第二步:在WM_MEASUREITEM消息中设置菜单项的大小 第三步:在WM_DRAWITEM消息中进行菜单项的绘制-The code of owner draw menu for VC++ designer
  3. 所属分类:Menu control

    • 发布日期:2017-11-16
    • 文件大小:24732
    • 提供者:蒋涛
  1. ownDrawListview

    0下载:
  2. 默认的listview在失去焦点后就无法显示当前选的项目了,本人写了个自绘制listview解决这一问题,使用时请将listview的owner draw属性设为true-Default listview loses focus after the currently selected item can not be displayed, I write a self-drawn listview to solve this problem, please use listview owner
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-11-16
    • 文件大小:203483
    • 提供者:李峰
  1. qtControl

    0下载:
  2. 一些qt写的自绘控件,对开发程序有帮助,可以拿去应用-Some QT write an owner-draw control, help for the development of procedures
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-19
    • 文件大小:112029
    • 提供者:余顺红
  1. spin-and-edit-owner-draw

    0下载:
  2. spin 跟 edit的组合使用,以及自绘处理-used in combination spin with the edit, as well as from the painting process
  3. 所属分类:EditBox

    • 发布日期:2017-11-08
    • 文件大小:139623
    • 提供者:陈忠明
  1. CustDrawListBox

    1下载:
  2. 自绘ListBox, Item项自绘(改变Item宽高), 样式. 注: 在使用前请设置控件属性Owner为Variable状态. (本代码在Window7、VS2010下测试通过)-Owner Draw ListBox, change Item width、height、style. note: please set owner:variable.
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-03
    • 文件大小:149104
    • 提供者:叶俊斌
  1. ComboTry

    0下载:
  2. combo Box 美化, combo box control 自定义重新绘制, combo box 控件重绘-owner draw combo box control. re-draw combo box control.
  3. 所属分类:ComboBox

    • 发布日期:2017-05-14
    • 文件大小:3258283
    • 提供者:虫虫
  1. MFC

    1下载:
  2. 这份源文件是基于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
  3. 所属分类:Dialog_Window

    • 发布日期:2016-12-04
    • 文件大小:193536
    • 提供者:江河
  1. VividTree_demo

    0下载:
  2. 自动以CTreeCtrl 带连接线的自定义绘制-customer owner draw CtreeCtrl
  3. 所属分类:TreeView

    • 发布日期:2017-04-25
    • 文件大小:76659
    • 提供者:尤才乾
  1. Ownerdrawn_static

    0下载:
  2. Owner Draw Static Control
  3. 所属分类:Static control

  1. small

    0下载:
  2. Owner-Draw Progression Control in Windows CE
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2474372
    • 提供者:xlf
  1. FMX_EditButtonDraw

    0下载:
  2. FMX_EditButton自绘, 创建个性化的按钮-FMX_EditButton Owner Draw
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-30
    • 文件大小:12790
    • 提供者:魔术猫
  1. lkdirectui2

    1下载:
  2. VS2013,可在MFC界面中使用,封装lib库,使用directUI方式,自绘窗口,按钮,菜单的源码。图片资源文件过大,请自备。-VS2013, directUI,owner draw,button,menu, source code。
  3. 所属分类:Dialog_Window

    • 发布日期:2016-08-21
    • 文件大小:336896
    • 提供者:liukun
« 1 2 34 »
搜珍网 www.dssz.com