-
一个调整系统音量的控件,用着还可以,希望大家能用的上,申请通过...
一个调整系统音量的控件,用着还可以,希望大家能用的上,申请通过-an adjustment of the volume control system, also used to be, and hope everyone can be on the application through! !
- 2022-03-01 11:36:13下载
- 积分:1
-
谷 歌 Chrome进度条
翻译 maninwest@Codeforge 作者:VallarasuS@CodeProject这里展示如何从头开始创建一个 Go ogle Chrome 主题的 进度条。任何进度条控件都依赖于一个值及表示进度值的图形。 Goo gle Chrome 下载程序有个圆圈表示进度。使用代码ChromeProgressBaris 跟 Chrome ProgressBar 的工作原理一样。将进度值转化为一个圆圈图形来表示.private void PaintProgress(PaintEventArgs e)
{ using( SolidBrush progressBrush = new SolidBrush(this.ProgressColor))
{
Rectangle rect = LayoutInternal.ProgressRectangle;
rect.Inflate(-2, -2);
rect.Height -= 2; rect.Width -= 2; float startAngle = -90; float sweepAngle = Progress / 100 * 360;
e.Graphics.FillPie(progressBrush, rect, startAngle, sweepAngle);
}
}这里是如何使用图形路径和4条线绘制圆圈和细分部分。对 Graphics 对象的剪切部分进行调整来剪切圆圈外的线。private void PaintBorder(PaintEventArgs e)
{
GraphicsPath borderPath = new GraphicsPath();
Rectangle progressRect = LayoutInternal.Prog
- 2022-08-08 07:55:37下载
- 积分:1
-
为本站拉一个广告客户也可以获得一个一年的VIP会员帐号
为本站拉一个广告客户也可以获得一个一年的VIP会员帐号-to pull a site advertising customers can also get a year"s VIP Member Account
- 2022-03-23 10:29:46下载
- 积分:1
-
在Visual C++中编程,缺省情况下按钮只能是灰色,难道不能是彩色?这在多媒体软件中非常重要。答案是肯定的。本程序引入一个新类CColorButton用于解...
在Visual C++中编程,缺省情况下按钮只能是灰色,难道不能是彩色?这在多媒体软件中非常重要。答案是肯定的。本程序引入一个新类CColorButton用于解决这个问题-in Visual C programming, default button will be gray, should not be color? This multimedia software is very important. The answer is yes. This program will introduce a new category CColorButton used to solve this problem
- 2022-03-14 07:40:41下载
- 积分:1
-
do not want to watch a movie a button? Do not think that I was joking, having re...
想不想在一个按钮上看电影?不要以为我是在开开玩笑,看了这个代码你就知道了。赶快行动吧。-do not want to watch a movie a button? Do not think that I was joking, having read the code you will know. Get into action at once.
- 2022-09-04 14:30:02下载
- 积分:1
-
按钮程序,由mfc编写,学会怎么使用按钮,4种形式的按钮变换。...
按钮程序,由mfc编写,学会怎么使用按钮,4种形式的按钮变换。-Button procedures, prepared by the mfc and learn how to use buttons, four kinds of forms of Transform button.
- 2023-03-07 20:50:04下载
- 积分:1
-
读取数据文件,从中获取系统时间和祥光功能
读取数据文件,从中获取系统时间和祥光功能-Read data files, to obtain the system time and function祥光
- 2022-04-21 22:16:49下载
- 积分:1
-
好用的图形按钮类: 支持直接指定图片、ImageList。
好用的图形按钮类: 支持直接指定图片、ImageList。-user-friendly graphical buttons categories : direct support for specific pictures, ImageList.
- 2023-04-06 11:30:04下载
- 积分:1
-
XPButtonDemo xp风格的CButton类
XPButtonDemo xp风格的CButton类-XPButtonDemo xp style CButton Class
- 2022-02-14 03:43:19下载
- 积分:1
-
good source
good source
- 2022-02-24 23:33:44下载
- 积分:1