搜索资源列表

  1. 静态控件的特殊用法

    1下载:
  2. 使用Visual C++ 6.0编制软件时,静态控件是最常用的控件之一。一般情况下,静态控件用作那些没有固定标题文本属性的控件(如文本编辑控件、列表框等)的标签,或者用来为控件分组,或者用来显示一些提示性的文件。实际上,静态控件除了显示静态文本这一基本功能外,还有许多其他的特殊功能,如在静态控件中可以显示图标、位图,甚至还可以在静态控件中显示动画。本文将通过示例程序来介绍静态控件的这些特殊用法-use Visual C 6.0 soft
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:26709
    • 提供者:xj
  1. GraphTest一个静态控件实现柱状图类

    1下载:
  2. GraphTest一个静态控件实现柱状图类-GraphTest controls to achieve a static column category
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:23025
    • 提供者:张连成
  1. 自绘静态控件和单复选按钮等OwnDrawControl

    0下载:
  2. 自绘静态控件和单复自绘静态控件和单复选按钮等OwnDrawControl选按钮自绘静态控件和单复选按钮等OwnDrawControl等OwnDrawControl
  3. 所属分类:工具条

    • 发布日期:2011-06-22
    • 文件大小:1732984
    • 提供者:cnlcc@126.com
  1. ccolorstaticst

    0下载:
  2. 有背景颜色的静态控件-The static control which has background color
  3. 所属分类:Static控件

    • 发布日期:2024-05-08
    • 文件大小:101376
    • 提供者:站长
  1. cstatic_filespec_demo

    0下载:
  2. 显示文件名的静态控件。对长文件名可以把中间的一些路径显示为省略号-The static control which display filename
  3. 所属分类:Static控件

    • 发布日期:2024-05-08
    • 文件大小:14336
    • 提供者:站长
  1. label_static

    0下载:
  2. 背景和字体属性可改变的静态控件-The static control which can change its own background and font
  3. 所属分类:Static控件

    • 发布日期:2024-05-08
    • 文件大小:34816
    • 提供者:站长
  1. GraphTest一个静态控件实现柱状图类

    0下载:
  2. GraphTest一个静态控件实现柱状图类-GraphTest controls to achieve a static column category
  3. 所属分类:Static控件

    • 发布日期:2024-05-08
    • 文件大小:93184
    • 提供者:张连成
  1. TestLabel

    0下载:
  2. 重绘了静态控件按钮.同一静态控件上出现多个超连接,同样使用的API,测试使用MFC!-repaint static control button. Static Controls on the same multiple-Link, use the same APIs, testing the use of MFC!
  3. 所属分类:界面编程

    • 发布日期:2024-05-08
    • 文件大小:532480
    • 提供者:王博
  1. 静态控件的特殊用法

    0下载:
  2. 使用Visual C++ 6.0编制软件时,静态控件是最常用的控件之一。一般情况下,静态控件用作那些没有固定标题文本属性的控件(如文本编辑控件、列表框等)的标签,或者用来为控件分组,或者用来显示一些提示性的文件。实际上,静态控件除了显示静态文本这一基本功能外,还有许多其他的特殊功能,如在静态控件中可以显示图标、位图,甚至还可以在静态控件中显示动画。本文将通过示例程序来介绍静态控件的这些特殊用法-use Visual C 6.0 soft
  3. 所属分类:界面编程

    • 发布日期:2024-05-08
    • 文件大小:26624
    • 提供者:xj
  1. addfontstoctrl

    0下载:
  2. VC++静态控件一个很好的例子,同时通过皮肤函数的调用,界面做的也非常好,运用较完整-VC++ static controls a good example, through the skin function call, The interface is also very good, using more complete
  3. 所属分类:Windows编程

    • 发布日期:2024-05-08
    • 文件大小:1141760
    • 提供者:辰辰
  1. ccolorstaticst

    0下载:
  2. VC中静态控件无背景颜色,这个这个类实现任意颜色.-Static Control VC no background color, the realization of this type of arbitrary color.
  3. 所属分类:界面编程

    • 发布日期:2024-05-08
    • 文件大小:2333696
    • 提供者:吕增及
  1. switch

    0下载:
  2. 派生了一个CStatic类,通过点击鼠标,开关会切换显示,适用于学习静态控件。-A CStatic derived class, by clicking the mouse, switch will switch shows that applied to study the static control.
  3. 所属分类:Static控件

    • 发布日期:2024-05-08
    • 文件大小:1922048
    • 提供者:海军
  1. curve

    0下载:
  2. 自己派生了一个CStatic类,使得在静态控件中可以绘制多种曲线,并且当鼠标移动到绘图区时,会显示一个透明的提示窗口。在该窗口中显示了具体的曲线参数。-Own a CStatic derived class, makes the static control in a variety of curves can be drawn, and when the mouse moved to the drawing area, it will
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-08
    • 文件大小:3852288
    • 提供者:海军
  1. alarm

    0下载:
  2. 工业领域很多软件都需要有报警功能,其实用用静态控件就可以实现类似的功能。自己开发了一个静态控件,派生了一个类,利用文本背景颜色的交替变化实现报警功能。-Industry needs a lot of software has alarm function, in fact, by using the static control will be able to achieve similar functions. Themselves
  3. 所属分类:Static控件

    • 发布日期:2024-05-08
    • 文件大小:1978368
    • 提供者:海军
  1. static

    0下载:
  2. 可以设置静态控件的任何类型,比如位图、图标等。该控件可以获得输入焦点,可以用空格键激活。当改变风格、文本或者字体时,超级链接可以重新改变大小。-Can set the static control of any type, such as bitmaps, icons and so on. Can be the focus of the control input can be used to activate the space ba
  3. 所属分类:Static控件

    • 发布日期:2024-05-08
    • 文件大小:37888
    • 提供者:sqk
  1. DigiStatic_src

    0下载:
  2. Static LED control - CDigiStatic 1.3 超酷的LED静态控件,所有同僚自由下载-Static LED control- CDigiStatic 1.3 cool LED static control, all my colleagues in the free download
  3. 所属分类:Static控件

    • 发布日期:2024-05-08
    • 文件大小:14336
    • 提供者:Conan
  1. static_5

    0下载:
  2. 用Visual C++工具实现的很好用的静态控件-Using Visual C++ Tools used to achieve good static control
  3. 所属分类:Static控件

    • 发布日期:2024-05-08
    • 文件大小:35840
    • 提供者:段东亮
  1. 329_CustDlg2

    0下载:
  2. 1. 修改对话框的背景颜色 2. 用位图作为对话框的背景 3. 改变静态控件文字和背景颜色 4. 改变编辑框文字和背景颜色 5. 改变CheckBox的文字和背景颜色 6. 改变RadioBox的文字和背景颜色 7. 改变按钮的背景颜色和文字颜色 8. 在对话框中使用Picture控件 9. 修改Picture控件显示的位图 10.使用LoadImage从资源装入位图-1. Modi
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-08
    • 文件大小:634880
    • 提供者:姜帅云
  1. zsd

    0下载:
  2. 利用静态控件做的指示灯演示程序,完全通过编译,-zsd
  3. 所属分类:按钮控件

    • 发布日期:2024-05-08
    • 文件大小:34816
    • 提供者:周斌
  1. TFLinkStaticCtrl

    0下载:
  2. 这个是我找到的第3方类。用于实现静态控件的特殊功能(如:背景透明。。。)-This is the side I found the first 3 categories. Static control for achieving specific functions (such as: background transparent...)
  3. 所属分类:Static控件

    • 发布日期:2024-05-08
    • 文件大小:40960
    • 提供者:怒海争锋
« 12 3 4 5 6 7 8 9 10 ... 21 »

源码中国 www.ymcn.org