-
MyCButton
说明: 自己创建的一个CButton类,可以方便的设置按钮的大小、颜色等属性。(Create yourself a CButton class, you can easily set the button size, color and other properties.)
- 2011-04-02 16:08:06下载
- 积分:1
-
在Windosw 98下面也可以实现xp风格的按钮
在Windosw 98下面也可以实现xp风格的按钮-In Windosw 98 below can also realize xp style buttons
- 2022-12-28 10:10:03下载
- 积分:1
-
使用VC开发的平板按钮。可以作出很多好看的形态。
使用VC开发的平板按钮。可以作出很多好看的形态。-use VC flat button. Can make a lot of good-looking forms.
- 2023-01-11 17:10:04下载
- 积分:1
-
cbuttonssl现在已被广泛应用于实际产品,一直这样…
CButtonSSL has now been used extensively in a real product and has such has been through the mill a fair bit on the testing side. Thankfully this has given me time to find and fix these problems, too.
- 2022-10-31 20:15:03下载
- 积分:1
-
一个比较好用的软键盘编程,还包括最小化窗口至任务栏,保证你会喜欢...
一个比较好用的软键盘编程,还包括最小化窗口至任务栏,保证你会喜欢-A relatively easy-to-use soft keyboard programming, but also minimize the window to the taskbar, guarantee that you will love
- 2022-02-04 09:55:42下载
- 积分:1
-
CCloudsCtrl_src
This control simulates clouds with scrolling text and can be used as an aboutbox.
- 2005-07-18 13:10:29下载
- 积分:1
-
增强版ComboBox,可以像窗口一样来拉伸。
增强版ComboBox,可以像窗口一样来拉伸。-Enhanced ComboBox, can be the same as the window to stretch.
- 2022-04-24 16:00:42下载
- 积分:1
-
在按钮上贴上位图,使按钮变得更漂亮。
在按钮上贴上位图,使按钮变得更漂亮。-posted in the upper map button, the button becomes more beautiful.
- 2022-06-14 04:23:22下载
- 积分: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
-
dongtaiyidongkongjian
在窗体范围内可以自由移动控件,摆脱以往运行时控件被锁定,本例揭示了本质原理。(Can move freely in the form within the controls, the controls are locked out of the previous run, in this case reveals the essence of the principle of.)
- 2012-09-14 20:59:29下载
- 积分:1