-
用 Win API 实现自绘按钮类 ,有个好界面。
用 Win API 实现自绘按钮类 ,有个好界面。-Win API drawn from the category buttons, a good interface.
- 2022-01-24 18:13:35下载
- 积分:1
-
一个用VC实现XP风格的位图按钮控件的程序
一个用VC实现XP风格的位图按钮控件的程序-one with VC XP style button bitmap control procedures
- 2022-08-24 06:40:16下载
- 积分:1
-
好用的图形按钮类: 支持直接指定图片、ImageList。
好用的图形按钮类: 支持直接指定图片、ImageList。-user-friendly graphical buttons categories : direct support for specific pictures, ImageList.
- 2023-04-06 11:30:04下载
- 积分:1
-
一个苹果样式的滚动条!嘿嘿,可以看一下还有许多地方要改进的啊...
一个苹果样式的滚动条!嘿嘿,可以看一下还有许多地方要改进的啊-An apple-style scroll bar! Hei hei, you can see there are many places to improve the ah
- 2022-02-15 06:23:41下载
- 积分:1
-
a good interface controls available vb not call other xp tested and the same. Re...
一个好的界面控件 可用vb调用 别的没有测试过 和xp一样。真的很好玩-a good interface controls available vb not call other xp tested and the same. Really fun
- 2022-11-02 00:20:03下载
- 积分:1
-
树形控件的使用:实现从文本文件中读取数据加载到树的各自对应目录下(可作新手练习、参考)...
树形控件的使用:实现从文本文件中读取数据加载到树的各自对应目录下(可作新手练习、参考)
- 2022-04-23 17:10:10下载
- 积分: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
-
在Visual Basic代码XP风格的按钮可能需要修改的依据…
XP样式 按钮 Visual Basic源码
可根据自己的需要修改源码
-XP style button in Visual Basic source code may need to be amended in accordance with their own source
- 2022-05-23 22:14:51下载
- 积分:1
-
本程序是是一个进度条编程的的VC源代码,已经编译通过。
本程序是是一个进度条编程的的VC源代码,已经编译通过。-this is a process of progress in the VC program source code, compile.
- 2022-10-06 19:15:03下载
- 积分:1
-
按钮的颜色可以改变的按钮
按钮的颜色可以改变的按钮-The button which can change its color
- 2022-02-03 03:27:08下载
- 积分:1