CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 状态栏 进度条

搜索资源列表

  1. Pgrsbar

    0下载:
  2. 在状态栏实现的进度条程序,非常值得借鉴。-The example can provide the method to realize the progress bar in the status bar .
  3. 所属分类:StatusBar

    • 发布日期:2017-03-28
    • 文件大小:60495
    • 提供者:liuxingyu
  1. 393

    0下载:
  2. 可以显示进度条的状态栏,由进度条控制显示执行进度-using progress control
  3. 所属分类:StatusBar

    • 发布日期:2017-03-29
    • 文件大小:11637
    • 提供者:zhaishuxing
  1. AddProgressToStatus

    0下载:
  2. VC实现在状态栏中添加一个进度条是学好控件的好东西。-VC to achieve progress in the status bar to add a control bar is a good thing to learn.
  3. 所属分类:StatusBar

    • 发布日期:2017-03-31
    • 文件大小:30837
    • 提供者:李煜
  1. AddProgressToStatus

    0下载:
  2. 带进度条的状态栏,像IE一样,用于标示当前加载的文件进度。-With a progress bar, status bar, like IE, used to mark the progress of the file currently loaded.
  3. 所属分类:StatusBar

    • 发布日期:2017-03-30
    • 文件大小:30798
    • 提供者:邓前飞
  1. ProsessStatusBar

    0下载:
  2. C#在状态栏显示进度条,可以像系统浏览器一样,打开软件的时候显示显示进度条,告知使用者软件的加载情况。-C# in the status bar displays the progress bar, as the system browser, open the software to display the progress bar to inform the user software load.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:62877
    • 提供者:吴志红
  1. prograss

    0下载:
  2. 实现在状态栏中添加进度条,示例进程。vb2008源码-Add to achieve progress bar in the status bar, the sample process. vb2008 Source
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:65219
    • 提供者:连露
  1. Record

    0下载:
  2. 改代码基于VC6.0,主要实现工具条和状态栏,其中还有进度条以及显示系统时间等-Change the code based on VC6.0, tool bar and status bar, which the progress bar shows the system time
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-05
    • 文件大小:2387030
    • 提供者:张海洋
  1. ControlManipulation

    0下载:
  2. 里面包含13个源程序,主要包括使用错误提醒控件,消息提示控件,菜单控件,工具栏控件,状态栏控件,托盘控件,标签控件,进度条控件,树视图控件,列表视图控件,图像控件,多选列表框控件,窗体分隔控件等-Which contains 13 source, including the use of error remind controls, message prompt controls, menu control, toolbar control, status bar control tray co
  3. 所属分类:CSharp

    • 发布日期:2017-12-09
    • 文件大小:5107893
    • 提供者:haizi
  1. processbar

    0下载:
  2. 可以把进度条放入到状态栏中显示,颜色可自调-Progress bar can be put into the status bar, the color can be self-adjusting
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:3624
    • 提供者:linj
  1. Style

    0下载:
  2. 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。-How to modify the wizard-generated MFC AppWiz
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:5693475
    • 提供者:张三
  1. statusprogress

    0下载:
  2. 字状态栏内加入进度条,d7下编译通过,初学者学习的资料-The word status column joined progress bar, d7 compiled through
  3. 所属分类:StatusBar

    • 发布日期:2017-11-08
    • 文件大小:5120
    • 提供者:alone
  1. SizeStatusbar

    0下载:
  2. 状态栏多用于显示程序执行的状态信息,本实例实现了带进度条的状态栏-The example show the status bar with progress bar
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2068647
    • 提供者:模模
  1. Style

    0下载:
  2. 定制应用程序外观的示例小程序,包括工具栏和状态栏的使用,以及进度条的修改使用-Examples of custom applications appearance of small procedures, including toolbars and status bar are used, and modified using the progress bar
  3. 所属分类:Menu control

    • 发布日期:2017-04-01
    • 文件大小:59034
    • 提供者:
  1. Style

    0下载:
  2. 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。 -How to modify the MFC AppWiz
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1705255
    • 提供者:奋斗不止
  1. ProcessBar

    0下载:
  2. 收集的一些进度条的实例,有在状态栏的,也有在clistctrl控件里的!全面学习进度条控件!-Collection of some of the progress bar instance, there is the status bar, there are controls in clistctrl inside! A comprehensive study of the progress bar control!
  3. 所属分类:ToolBar

    • 发布日期:2017-03-31
    • 文件大小:161251
    • 提供者:lyw
  1. 776464

    0下载:
  2. 带进度条的状态栏,VC++经典编程源码,很好的参考资料。-With the progress bar status bar, VC++ classic programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:19659
    • 提供者:南煎丸子
  1. Test

    0下载:
  2. 在状态栏内加载进度条,并显示进度百分比,彩色显示进度-In the status column loading progress bar, and show the percentage of completion, color display.
  3. 所属分类:StatusBar

    • 发布日期:2017-04-03
    • 文件大小:28626
    • 提供者:陈有才
  1. 5748764

    0下载:
  2. 在状态栏上加载进度条,C++Builder精选编程学习源码,很好的参考资料。-In the status bar loading progress bar, C++Builder select learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:630561
    • 提供者:什锦丁儿
  1. ProgressbarStatus

    0下载:
  2. 在状态栏上显示进度条,VC++精选编程学习源码,很好的参考资料。-Display the progress bar in the status bar, VC++ select learning programming source code, a good reference.
  3. 所属分类:Windows编程

    • 发布日期:2017-04-16
    • 文件大小:20022
    • 提供者:清蒸翅子
  1. 86754

    0下载:
  2. 在状态栏中添加进度条,VC++精选编程源码,很好的参考。-In the status bar to add the progress bar, VC++ select programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:22043
    • 提供者:南煎丸子
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com