搜索资源列表

  1. 用VC6扩展CButton类制作风格独特的按钮

    2下载:
  2. 用VC6扩展CButton类制作风格独特的按钮-with VC6 expansion CButton category produced a unique style button
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:54087
    • 提供者:李栋
  1. CPushPinButton-CButton

    0下载:
  2. CPushPinButton类继承于 CButton类-CPushPinButton succession in the category of Class CButton
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:16976
    • 提供者:小帅
  1. buttonspecial

    0下载:
  2. 一个用VC6扩展CButton类制作风格独特的按钮-VC6 with the expansion of a type of production style unique CButton button
  3. 所属分类:按钮控件

    • 发布日期:2024-04-27
    • 文件大小:18432
    • 提供者:站长
  1. btnst

    0下载:
  2. 平面、带图片的按钮该例子应用从CButton派生而来的CButtonST类和从CDC派生而来的CMemDC类,来实现平面、带图片的按钮,这两个类不需任何修改即可使用,方便、实用,该例子还应用从CStatic派生而来的CHyperLink类实现了在对话框实现超连接,使用跟上面两个类一样方便,值得学习。- The plane, the belt picture button this example application derives
  3. 所属分类:按钮控件

    • 发布日期:2024-04-27
    • 文件大小:23552
    • 提供者:代伟
  1. 用VC6扩展CButton类制作风格独特的按钮

    0下载:
  2. 用VC6扩展CButton类制作风格独特的按钮-with VC6 expansion CButton category produced a unique style button
  3. 所属分类:Windows编程

    • 发布日期:2024-04-27
    • 文件大小:61440
    • 提供者:李栋
  1. XGlyphButton_demo

    0下载:
  2. XGlyphButton - a simple image button control XGlyphButton is a simple CButton-based control that allows you to display an image without the need for owner-draw control.-XGlyphButton- a simple image button control XGlyphB
  3. 所属分类:按钮控件

    • 发布日期:2024-04-27
    • 文件大小:28672
    • 提供者:陆可
  1. cbutton

    0下载:
  2. 各式的按钮,应有尽有-all kinds of buttons, you can
  3. 所属分类:按钮控件

    • 发布日期:2024-04-27
    • 文件大小:2439168
    • 提供者:代守群
  1. C编AVI按纽

    0下载:
  2. 在按纽上播放avi文件. 本程序介绍一个从CButton派生的类CAniButton,用于播放AVI动画, 象一般的CButton按钮一样使用CAniButton(Style必须包含自绘制风格), 在OnInitDialog对话框中调用LoadAVI(AVI_ID), 其中,AVI_ID是在资源文件中的动画文件的标识。 按钮将改变大小,以匹配AVI动画。其中,第一帧将用作静态外观。-button the player avi file.
  3. 所属分类:C#编程

    • 发布日期:2024-04-27
    • 文件大小:43008
    • 提供者:我啊
  1. 可换肤的按钮

    0下载:
  2. 3D mark 2003样式的按钮控件,替换CButton的理想选择-style button controls, replacing an ideal choice CButton
  3. 所属分类:按钮控件

    • 发布日期:2024-04-27
    • 文件大小:253952
    • 提供者:杨勋宇
  1. CIRCULAR_BUTTON

    0下载:
  2. VC++6.0 项目,从CButton派生出CMyBtn,实现一个圆形的按钮,以增强界面的美观.-VC 6.0, derived from CButton CMyBtn achieve a circular button to enhance the aesthetic interface.
  3. 所属分类:按钮控件

    • 发布日期:2024-04-27
    • 文件大小:30720
    • 提供者:张真
  1. FLAT_BUTTON

    0下载:
  2. VC++6.0 项目,从CButton派生出CButtonST,实现平面风格的Button,以增强界面的美观.-VC 6.0, derived from CButton CButtonST, planar style Button to enhance the aesthetic interface.
  3. 所属分类:按钮控件

    • 发布日期:2024-04-27
    • 文件大小:389120
    • 提供者:张真
  1. 3xyCtrl

    0下载:
  2. 有XP风格和位置形按钮,还有其它按从cbutton继承的单先按钮,复选按钮!-XP style and location-shaped buttons, and other on-cbutton inherited from the single-button first, check button!
  3. 所属分类:按钮控件

    • 发布日期:2024-04-27
    • 文件大小:99328
    • 提供者:子奇
  1. ButtonEx

    0下载:
  2. 基于MFC,完全兼容CButton类。实现按钮的自定义图标显示、提示信息、背景自定义、文本自定义、按钮区域根据图形的前景图片显示等等的功能。-MFC-based, fully compatible CButton category. Since achieving the button icon definition, a message, from the definition of background, text from the
  3. 所属分类:界面编程

    • 发布日期:2024-04-27
    • 文件大小:10240
    • 提供者:llp
  1. XYMoQiu

    0下载:
  2. 鼠标x-y原理与绘图, (1)CButton 显示ico/bmp, (2)多个按钮共享MessageHandler GetDlgItem,SetIcon,MoveTo/LineTo -mouse x-y Principle and Mapping, (1) CButton show ico/bmp, (2) various buttons sharing MessageHandler GetDlgItem, SetIco
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-04-27
    • 文件大小:35840
    • 提供者:szh
  1. OwnDrawButton

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

    • 发布日期:2024-04-27
    • 文件大小:1943552
    • 提供者:张刚
  1. AtlBitmapButton

    0下载:
  2. button类是学习CBUTTON类编写的入门级别的例子-button is the study prepared CBUTTON category of entry-level example
  3. 所属分类:按钮控件

    • 发布日期:2024-04-27
    • 文件大小:49152
    • 提供者:李巨文
  1. BtnGrid

    0下载:
  2. 一个从CButton类派生的CStringGrid类,它可以实现二维表格-CButton a category derived from the CStringGrid category, it could achieve two-dimensional forms
  3. 所属分类:按钮控件

    • 发布日期:2024-04-27
    • 文件大小:2048
    • 提供者:兴趣
  1. CPushPinButton-CButton

    0下载:
  2. CPushPinButton类继承于 CButton类-CPushPinButton succession in the category of Class CButton
  3. 所属分类:对话框与窗口

    • 发布日期:2024-04-27
    • 文件大小:16384
    • 提供者:小帅
  1. CButton

    0下载:
  2. 由VC++中的CButton类扩展的经典风格按钮,严格来说是由CButton的派生类CLinkButton为基础而制作,用此派生类制作的按钮外观类似静态控件类CStatic 产生的效果,当鼠标移到按钮上并未按下时,光标改变形状,字体改变形状;按钮类似应用在工具条和菜单上的扁平效果,对Windows经典风格喜欢的朋友相信也会喜欢本款按钮。-By VC++ in the Class CButton button to expand the
  3. 所属分类:界面编程

    • 发布日期:2024-04-27
    • 文件大小:24576
    • 提供者:602
  1. CButton

    0下载:
  2. 各种更个按钮的创建。稍加改动即可应用到自己的例子里-this is CBUTTON EXAMPLE
  3. 所属分类:界面编程

    • 发布日期:2024-04-27
    • 文件大小:50176
    • 提供者:姜坤
« 12 3 4 5 6 7 8 9 10 ... 16 »

源码中国 www.ymcn.org