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

搜索资源列表

  1. xpbuttons

    0下载:
  2. 如果你希望能够在自己的程序中表现出新意,那么你一定不会仅仅满足于MFC提供那些标准控件。这时,我们就必须自己另外多做些工作了。就改变控件外观这一点来说,主要是利用控件的自绘功能(Owner Draw)实现的。本篇将和各位一起定义一个XP风格的CXPButton按钮类,目的不在于介绍CXPButton类的使用技巧,而在于向各位阐述实现自绘按钮的方法。当然如果你觉得CXPButton有用的话,也可以把它的源文件保存下来,直接加入到自己的项目中。-if you hope to be able to o
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:57109
    • 提供者:王鹏飞
  1. WINSHOW

    1下载:
  2. 用 Win API 实现自绘按钮类 用过MFC自绘按钮的人都知道,是通过重载了父窗口WM_DRAWITEM的响应消息实现的。同时也要子类化按钮来得到按钮的其他有用的消息,比如WM_MOUSEMOVE、WM_KEYDOWN等消息。因为MFC的消息循环都是封装好的,所以只要派生一下基本控件类就可以了。当是用WIN32API做的话就需要自己来子类化按钮窗口的消息循环了,相信经常编程的朋友都知道,子类化控件要用到SetWindowLong来改变窗口的回调过程,然后在回调窗口内添上自己需要处理的消息即
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:101753
    • 提供者:苗然
  1. CButton

    0下载:
  2. VC++/MFC 一个自绘的按钮控件类,实用简单方便。适合所有VC朋友-VC++/MFC button control, a self-painting classes, practical and easy. Suitable for all VC friends
  3. 所属分类:Button control

    • 发布日期:2017-03-24
    • 文件大小:9405
    • 提供者:Boris
  1. Mybutton(GDIplus)

    3下载:
  2. 需要GDI+支持的MFC按钮类。自绘图片按钮,支持各种透明效果,可添加文字,支持普通、焦点、鼠标经过、鼠标按下、选中、不可用6种状态不同图片显示-Need to support GDI+ MFC button class. Since the paint picture buttons, supports a variety of transparency effects, you can add text, to support general, focus, mouse after mous
  3. 所属分类:按钮控件

    • 发布日期:2012-12-01
    • 文件大小:3194
    • 提供者:carl
  1. mfc中自绘ComboBox控件可记录输入的历史

    1下载:
  2. mfc中自绘ComboBox控件的美化,可改变控件中边框的颜色,并改变右侧下拉按钮的图片,并可以保存编辑框的输入历史记录。本例子使用打过补丁的vs2008创建,内附控件类接口使用说明文档。
  3. 所属分类:组合框控件

  1. dialog

    0下载:
  2. mfc ,在dialog绘制登陆界面,含有用户名,密码,自绘按钮入门教程。-mfc, drawing in dialog login screen with user name, password, since the draw button Tutorial.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-28
    • 文件大小:10829434
    • 提供者:
  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. XPButtonDemo

    0下载:
  2. 自绘按钮Button,XP风格,画外边框和内边框,底色-Windows VC MFC BUtton
  3. 所属分类:Button control

    • 发布日期:2017-05-17
    • 文件大小:4597143
    • 提供者:谭黎明
  1. MyBusinessDlg1

    0下载:
  2. vc++ mfc 界面编程 按钮 对话框 自绘控件-vc++ mfc programming interface dialog button controls drawn from
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:109429
    • 提供者:humu
  1. IconButton

    0下载:
  2. 按钮自绘 ICON图标按钮 透明按钮 在VS2005下进行编译和测试(有例子) MFC-OWNERDRAW BUTTON,ICON BUTTON, TRANSPARENT BUTTON,VS2005,MFC
  3. 所属分类:Button control

    • 发布日期:2017-03-24
    • 文件大小:248697
    • 提供者:何妙进
  1. DemoButton

    0下载:
  2. 随着计算机的发展和普及,人们对于软件的界面美观性要求越来越高。MFC提供了很多标准控件,比如按钮控件,按钮在MFC编程中有着较高的使用频率。本文将介绍如何实现在有背景图片的情况下,任意形状按钮的自绘方法。本文使用基于对话框工程程序进行演示-With the development and popularization of computers, there is the software interface aesthetics have become increasingly demandin
  3. 所属分类:Button control

    • 发布日期:2017-04-02
    • 文件大小:441589
    • 提供者:孙静
  1. TitleMenu_nail_Button

    0下载:
  2. 标题栏钉子按钮的实现,在标题栏上自绘按钮,分别有mfc和wtl的实现方法-Title bar button nails implementation, since the painting at the title bar button, and have separately mfc and WTL implementation of the Ways
  3. 所属分类:Button control

    • 发布日期:2017-05-02
    • 文件大小:557377
    • 提供者:大圣
  1. client-button

    0下载:
  2. mfc ,在客户区绘制按钮,含有鼠标进入,按下,离开 三种状态,自绘按钮入门教程。-mfc, draw the button in the client area, with the mouse to enter, press left three states, since the draw button Tutorial.
  3. 所属分类:Button control

    • 发布日期:2017-05-25
    • 文件大小:8351177
    • 提供者:
  1. TrangleButton

    0下载:
  2. mfc自绘的三角按钮,可以供初学者学习。-the mfc triangle button
  3. 所属分类:Button control

    • 发布日期:2017-04-04
    • 文件大小:145045
    • 提供者:larry
  1. vcPP-APP_CODE_14

    3下载:
  2. 独立打包,保证可解压,内含大量源码,网上搜集而来。一共10几包,每个包几十兆。 本包内容: 一个服务端只有7k大小的后门.rar 一个可以获取硬件信息源代码.zip 音频录入mfc源码.zip 用户界面多线程.rar 在ToolBar上添加控件.rar 自绘MENU.zip 自绘tab.zip 自绘Tree.zip 自绘按钮button源代码.zip 自绘编辑框.rar 自绘窗体界面.rar 自绘对话框.zip
  3. 所属分类:Windows编程

    • 发布日期:2013-12-07
    • 文件大小:41524198
    • 提供者:李东波
  1. ShowButton

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

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

    0下载:
  2. MFC实现自绘按钮,实现按钮的不同状态下的显示效果。-MFC to achieve self-drawn button to display the different states of the button.
  3. 所属分类:Button control

    • 发布日期:2017-11-16
    • 文件大小:1888008
    • 提供者:成富
  1. MFC-autoButton

    0下载:
  2. 一个完整的自绘按钮源代码及实现,个性化的按键设计可以作为参考学习。-A complete self-drawn buttons source code and achieve personalized key design can be used as a reference.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3576332
    • 提供者:程墨
  1. DrawMySlider

    0下载:
  2. 一个自绘的slider按钮 , 实现定制的slider外观。(A custom slider button that implements a custom slider look.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:24850432
    • 提供者:huangxing
  1. visual c++资源合集

    0下载:
  2. MFC自绘控件,包括对话框,按钮,列表框等几乎MFC的所有基本控件(MFC drawing control, including dialog box, button, list box, almost all of the basic controls MFC)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:87974912
    • 提供者:Mark123s
« 12 3 »
搜珍网 www.dssz.com