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

搜索资源列表

  1. transsliderDemo

    2下载:
  2. 这是一个MFC透明滑块类,由于它使用CSliderCtrl 作为它的基类,所以它可以取代CSliderCtrl 对象。支持刻度标记。使用时,加这个类到你的项目中。增加你的滑块到项目中,接着将.h文件中的 CSliderCtrl类型修改为CMySliderControl ,并且#include这个MySliderControl.h 文件。-This a transparent MFC slider category, as it CSliderCtrl use as its base class.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:42192
    • 提供者:下沙
  1. CE_CSliderCtrl

    0下载:
  2. WinCE下的CSliderCtrl重载控件,支持贴图重绘,有了它,就可以在CE下做出各种自己喜欢的滑动条控件界面啦-Reloaded CSliderCtrl in WinCE, with the support of redrawing pictures. You can make slide bar controls as you wish under WinCE with this.
  3. 所属分类:状态条

    • 发布日期:2008-10-13
    • 文件大小:3280
    • 提供者:XP
  1. cmnctrl2

    1下载:
  2. CMNCTRL2 Sample: Demonstrates Common Control MFC Classes, Part 2 The CMNCTRL2 sample illustrates how to use the following common control MFC classes: CProgressCtrl, CSliderCtrl, and CSpinButtonCtrl. It shows how the controls are created and how
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:26858
    • 提供者:lorime
  1. CCustomDrawSliderCtrl-Source

    0下载:
  2. Customizing the Appearance of CSliderCtrl Using Custom Draw 是我在网上找的,版权归原作者所有。
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:5432
    • 提供者:光哥
  1. ImprovedSlider_demo

    0下载:
  2. MFC自带的滑动条定位很不精确,即点击后滑动块不能到达鼠标点击位置,而是往点击方向前进一些。本程序的CNiceSliderCtrl继承了CSliderCtrl,在滑动块定位上进行改进,能精确定位点击位置,用起来非常舒服
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:10873
    • 提供者:shenlj636
  1. CSpriteSliderCtrl

    0下载:
  2. 一个修改了拖动位置显示Bug的MFC CSliderCtrl类,并添加了背景修改显示功能-a revised Drive location Bug MFC CSliderCtrl categories, and add a background display changes
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:4324
    • 提供者:周文
  1. Slider

    0下载:
  2. 派生CSliderCtrl控件使其拥有新功能,可以同时选择多段数据。-you can select more than more area in the Slider
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:2550988
    • 提供者:小雨
  1. Perfect.rar

    0下载:
  2. Windows Embedded CE 6.0上重载CSliderCtrl实现透明滑动条的源代码,Windows Embedded CE 6.0 on the realization of transparent heavy-duty slider CSliderCtrl source code
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-04
    • 文件大小:1574
    • 提供者:Benny
  1. Slider

    0下载:
  2. MFC CSLIDER 控件的使用( 适合初学者)-MFC CSLIDER control use (for beginners)
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-30
    • 文件大小:12464474
    • 提供者:L114624915
  1. CBitmapSlider

    0下载:
  2. 一个可以替换滑动条背景的slider控件 继承自mfc的CSliderCtrl类, 用时直接传入图片就行-One can replace the background of the slider slider control mfc' s CSliderCtrl inherited from class, use the line directly to the incoming picture
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:185097
    • 提供者:田非
  1. Test

    0下载:
  2. mfc的CsliderCtrl不能精确定位 本例从CSliderCtrl派生一类 实现鼠标单击 则滑块移动到精确位置-mfc precise positioning of CsliderCtrl not in this case a class derived from the realization of CSliderCtrl mouse click the slider to the exact location of
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:1893739
    • 提供者:cglaze
  1. psg3bk722

    0下载:
  2. using CStatic,CDialogBar,SendMessage,listctrl,wave CSliderCtrl,etc.it s especially used to primary study.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-23
    • 文件大小:7370872
    • 提供者:卞光曹
  1. Ball

    0下载:
  2. 本程序主要用到CSliderCtrl控件以及绘图类对象,用来模拟两小球碰撞运动,实现开发工具为EVC4.0+SP4,运行平台为WinCE 5.0。-This procedure is used primarily CSliderCtrl controls, as well as drawing class object, used to simulate the collision of two small ball movement, to achieve development tools
  3. 所属分类:Windows CE

    • 发布日期:2017-05-13
    • 文件大小:3154490
    • 提供者:李伯霖
  1. CSliderCtrl

    0下载:
  2. 滑动条控制(Slider Control)也叫轨道条控制,其主要是用一个带有轨道和滑标的小窗口以及窗口上的刻度,来让用户选择一个离散数据或一个连续的数值区间。通过鼠标或键盘来进行数据的选择操作,这在WIN98/95中的很多应用程序中都可以看到,如控制面板中的鼠标等,滑动条既可以是水平方式的也可以是垂直方式的。-The slider control (Slider Control) is also called the orbit control, its main use with a trac
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:6048
    • 提供者:zhenli
  1. MFCCommonCtrl

    0下载:
  2. MFC通用控件,滑块CSliderCtrl,进度条CProgressCtrl,微调按钮CProgressCtrl-MFC common control the slider CSliderCtrl, progress bar CProgressCtrl, spinner CProgressCtrl
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-23
    • 文件大小:7016069
    • 提供者:
  1. mTestzipf

    0下载:
  2. mfc的CsliderCtrl不能精确定位 本例从CSliiderCtrl派生一类 实现鼠标单击 则滑块移动到精确位置 -mfc the CsliderCtrl can not be precise positioning of this case from CSliiderCtrl derived a mouse click slider to the exact location
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1894466
    • 提供者:渗透
  1. MImpprovedSliF

    0下载:
  2. MFC自带的滑动条定位非常不精确,即点击后滑动块不能到达鼠标点击位置,而是往点击方向前进一些。本程序源码的CNiceSlliderCtrl继承了CSliderCtrl,在滑动块定位上进行改进,能精确定位点击位位置,用起来非常舒服 -The MFC comes slider positioning is very imprecise, click sliding block does not reach the mouse click position, but to click on th
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:9926
    • 提供者:渗透
  1. SkinSlider

    0下载:
  2. 自绘Slier 继承 MFC CSliderCtrl-Self-drawn Slier MFC inherited CSliderCtrl
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-08
    • 文件大小:5083
    • 提供者:李东波
  1. CBitmapSlider

    0下载:
  2.  VC++源码CBitmapSlider,本例收集了超多的CSliderCtrl控件丰富多彩的应用,值得初学者学习。运行时如会弹出错误窗口,请点忽略。控件实例集运行截图如上所示,非常漂亮的。 -The VC++ source CBitmapSlider, in this case collected the super multi CSliderCtrl control a variety of applications, worth learning for beginners. Runt
  3. 所属分类:Button control

    • 发布日期:2017-11-13
    • 文件大小:194846
    • 提供者:haojie
  1. CSliderCtrl

    0下载:
  2. CSliderCtrl Move the slider control dynamic display tooltip-CSliderCtrl Move the slider control dynamic display tooltip
  3. 所属分类:Project Manage

    • 发布日期:2017-03-31
    • 文件大小:4315
    • 提供者:金美骥
« 12 »
搜珍网 www.dssz.com