-
修改标题栏的颜色,你可以定义自己的颜色,这是很方便的
修改titlebar颜色,可以自己定义其颜色,十分方便-Modify titlebar color, you can define its own color, which is very convenient
- 2023-04-28 01:20:04下载
- 积分: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
-
MFC图标去边城许晴石勇
MFC icon de bian cheng xu qing shi yong-MFC icon de bian cheng shi yong xu qing
- 2023-08-18 09:25:03下载
- 积分:1
-
VC6实现的,Activex Control按钮的实现和消息传递响应。
VC6实现的,Activex Control按钮的实现和消息传递响应。-VC6 achieved, Activex Control button and realize messaging response.
- 2022-02-01 12:25:47下载
- 积分:1
-
一个Sendmessage的例子
一个Sendmessage的例子-an example Sendmessage
- 2022-02-06 02:32:24下载
- 积分:1
-
透明按钮程序。喜欢界面设计的同学快下载啊。
透明按钮程序。喜欢界面设计的同学快下载啊。-button transparent procedures. Like interface design students faster download ah.
- 2023-01-19 08:30:04下载
- 积分:1
-
VC实现的聊天程序
VC实现的聊天程序-the chat program
- 2022-02-26 01:45:42下载
- 积分:1
-
RunTest
基于对话框的简单的逃跑按钮的实现。希望有所感悟!(Simple dialog-based implementation escape button. Hope that sentiment!)
- 2013-10-04 22:08:35下载
- 积分:1
-
这是一个TreeCtrl的派生类,与众不同的是它在项目较多的场合下重画很快。如果你对手头的控件不太满意的话,试试这个。(28KB)...
这是一个TreeCtrl的派生类,与众不同的是它在项目较多的场合下重画很快。如果你对手头的控件不太满意的话,试试这个。(28KB)-TreeCtrl This is a type of derivative, it is unusual in the number of items on the re-drawing of occasions soon. If your first opponent is not satisfied with the controls, then try this. (28KB)
- 2022-01-26 03:24:07下载
- 积分:1
-
WPFButton
WPF按钮button的发光特效,可使按钮具备外发光特效,去掉了按钮自带的闪动效果。(The luminous effects WPF WPF button button light effects, can make the button with outer glow effects, remove the button s own flashing effect.
)
- 2013-08-05 22:41:22下载
- 积分:1