登录
首页 » 界面开发 » 在VC对话框控件进度条的基础上进行了扩展,模仿某些专业软件的界面,显示一个颜色渐变的进度条,使用它会给你的应用程序增色不少。...

在VC对话框控件进度条的基础上进行了扩展,模仿某些专业软件的界面,显示一个颜色渐变的进度条,使用它会给你的应用程序增色不少。...

于 2022-03-13 发布 文件大小:44.93 kB
0 146
下载积分: 2 下载次数: 1

代码说明:

在VC对话框控件进度条的基础上进行了扩展,模仿某些专业软件的界面,显示一个颜色渐变的进度条,使用它会给你的应用程序增色不少。-in VC progress of the dialog box controls on the basis of expansion, imitating professional software interface, a color shown gradual progress, it will give you the use of the application elegance.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 可以调整尺寸的对话框例子,在对话框右下角显示一个三角,可以调整控件的尺寸及位置.利用CResizableDialog实现,该类派生自CDialog,是纯MFC的...
    可以调整尺寸的对话框例子,在对话框右下角显示一个三角,可以调整控件的尺寸及位置.利用CResizableDialog实现,该类派生自CDialog,是纯MFC的例子-can adjust the size of the dialog example, the lower right hand corner of the dialog box shows a 1.3, can adjust the controls the size and position. Use CResizableDialog realized, derived from CDialog such, are pure examples of MFC
    2022-07-06 10:48:33下载
    积分:1
  • 一个简单的mfc菜单编辑程序
    一个简单的界面编程,实现添加了一个菜单按钮,并对它的函数做出响应。菜鸟级的只能提供出这种菜鸟级的编程,望莫见怪,谢谢!
    2022-04-06 14:23:47下载
    积分:1
  • 资源管理目录树
    这是在windows开发环境下写的一个资源管理树程序,能够获取我的电脑下的所有资源信息。开发工具是VS2003,如果采用更高版本的工具打开,需要更改 stdaftx.h 中的一些宏。例如: #ifndef _WIN32_WINNT // Allow use of features specific to Windows NT 4 or later.  #define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.  #endif     #ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later. #define _WIN32_WINDOWS 0x0501 // Change this to the appropriate value to target Windows Me or later. #endif  
    2023-04-21 23:25:03下载
    积分:1
  • qt code has been compiled using mingw, qt a good school learning materials
    qt 代码,已经用mingw编译好,不错的学qt学习资料-qt code has been compiled using mingw, qt a good school learning materials
    2022-10-07 16:20:03下载
    积分:1
  • information security of the RSA algorithm, simple interface, the full range of f...
    信息安全中的RSA算法,界面简单明了,功能齐全-information security of the RSA algorithm, simple interface, the full range of functions
    2022-12-20 16:40:16下载
    积分:1
  • vc下的超级好用的按钮类
    vc6或vs都可以使用的按钮类,超级好用,可以设置各种属性实现图片加载、鼠标移入等特效动作
    2022-07-26 09:11:42下载
    积分:1
  • 雁过留声,人过留名。鼠标过留下什么呢?留下彩色的回忆。本程序示例了ie风格的按钮。当鼠标通过时可以突出显示,风格独特。...
    雁过留声,人过留名。鼠标过留下什么呢?留下彩色的回忆。本程序示例了ie风格的按钮。当鼠标通过时可以突出显示,风格独特。-Yanguoliuqing, people who go down. Mouse over left? Left color memories. Examples of this procedure ie style button. When the mouse can be highlighted and unique style.
    2022-03-15 14:31:46下载
    积分:1
  • office xp 文件栏
    office xp 文件栏-office xp document fence
    2022-06-02 23:31:33下载
    积分:1
  • 工资管理系统
    该程序输入职工工号和应发工资,由系统对其完成的实发工资实现计算。其中职工信息包括职工号、姓名、性别、应发工资、税金、实发工资等(职工号不重复)。功能要求及说明:系统以菜单方式工作职工基本信息和应发工资的录入功能(用文件保存)从键盘输入数据,建立磁盘数据文件salary.txt职工工资信息浏览功能:从磁盘数据文件读取所有职工工资信息并显示输出到屏幕上;计算应发工资和查询的功能:计算公式为:   税金=应发工资*税率;实发工资=应发工资-税金;应发工资 税率 
    2022-06-12 17:31:27下载
    积分:1
  • 本程序是单文档分割窗体的一种通信方法,自己感觉是比较笨的一种方法,可能使用消息映射的方法更好. 另外,周期也是一个不得不考虑的问...
    本程序是单文档界面分割窗体的一种通信方法,自己感觉是比较笨的一种方法,可能使用消息映射的方法更好. 另外,开发周期也是一个不得不考虑的问题。程序工作在内核,稳定性/兼容性都需要大量测试,而且可供使用的函数库相对于应用层来说相当少。在应用层开发,调试修改相对要容易地多。 应用层截包驱动程序工作在操作系统内核,截断了所有的报文收发过程,并且把报文送到应用程序中处理,根据应用的策略,或者继续收发过程,或者丢弃,或者做其他的改变。 这个工具包提供了应用编程接口,允许应用程序处理报文,从而可以在实现以往必须写驱动程序才能做到的事情。 不考虑性能因素的话,在UCapture的基础上,可以实现所有的网络应用。 本文中的代码即实现了一个简单的防火墙。 -this procedure is a single document interface window in a separate communication methods, their feeling is a stupid comparison, the possible use of the method of mapping information better. In addition, the development cycle is one to consider. The core work procedures, stability/compatibility requires extensive testing, but the availability of libraries in relation to the application layer is concerned is very small. The application-layer development and debugging easier to change relative to the number. Application Layer Packet Driver cut in the operating system kernel, cut off all of the reported text transceiver process. and th
    2022-07-03 19:48:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载