-
自绘制XP风格的按钮
自绘制XP风格的按钮-XP style button
- 2022-02-04 22:58:21下载
- 积分:1
-
该程序是综合利用vb的基本空间和时钟控件,编制了绘制立方体,并实现了立方体的旋转。...
该程序是综合利用vb的基本空间和时钟控件,编制了绘制立方体,并实现了立方体的旋转。-vb comprehensive utilization of the basic space and control the clock, produced a cube mapping, and the achievement of the rotating cube.
- 2022-03-21 15:43:37下载
- 积分:1
-
VC++ In word fill in forms. An example of very good, everyone can see.
VC++中进行word表格的填写。非常好的一个实例,大家可以看看。-VC++ In word fill in forms. An example of very good, everyone can see.
- 2022-07-19 12:35:11下载
- 积分:1
-
很好用的VB按钮控件,支持多种样式;使用gdi32直接绘制图像,效率较高。...
很好用的VB按钮控件,支持多种样式;使用gdi32直接绘制图像,效率较高。-A good button control used in VB to support a variety of styles the use of gdi32 direct rendering images, more efficient.
- 2022-11-08 23:40:03下载
- 积分:1
-
VC编写的按纽控件,很有特点,可用于学习,也可用于你的个性化程序....
VC编写的按纽控件,很有特点,可用于学习,也可用于你的个性化程序.-VC prepared by the Control button, very unique and can be used to study, you also can be used to personalize the process.
- 2022-10-06 21:25:03下载
- 积分:1
-
动态引用DLL中的类函数,很好的
动态引用DLL中的类函数,很好的-dynamic invoke DLL function of the type, good
- 2022-06-21 06:32:31下载
- 积分:1
-
本源码是基于Visual C++的,开发了很多漂亮的按钮,如果你是要做界面的话,这里的方法会对你有很大帮助的哦...
本源码是基于Visual C++的,开发了很多漂亮的按钮,如果你是要做界面的话,这里的方法会对你有很大帮助的哦-this source is based on Visual C, and developed a lot of pretty buttons, if you do interface, the method here you will be very helpful oh
- 2023-02-26 22:30:03下载
- 积分:1
-
高级控件 请大家速度下载下载下载下载下载下载下载 速度速度速度...
高级控件 请大家速度下载下载下载下载下载下载下载 速度速度速度-High speed control Please download download download download download speed speed speed
- 2022-11-03 01:30:03下载
- 积分: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
-
本程序是是一个进度条编程的的VC源代码,已经编译通过。
本程序是是一个进度条编程的的VC源代码,已经编译通过。-this is a process of progress in the VC program source code, compile.
- 2022-10-06 19:15:03下载
- 积分:1