-
Windows Mobile奥运场馆的小程序
Windows Mobile奥运场馆的小程序-Windows Mobile Olympic venues small procedures
- 2022-03-18 21:24:30下载
- 积分:1
-
一个很不错的模拟 led的小程序,里面的源代码你可以复用到自己的程序中去...
一个很不错的模拟 led的小程序,里面的源代码你可以复用到自己的程序中去-a very good simulation of small programs led inside the source code you can use Minute their procedures to
- 2022-02-20 01:33:59下载
- 积分: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
-
This is a spring game's source code, is to use vc development, a great deal...
这是一个跳起游戏的源代码,是用vc开发 的,很有研究价值,-This is a spring game"s source code, is to use vc development, a great deal of research value
- 2023-08-01 00:20:03下载
- 积分:1
-
一个界面生成各种按钮的小程序,生成一个变量…
一个由界面生成各种按钮的小程序,生成各种按钮的代码都可以找到,用SDK编写。-A button interface to generate a variety of small procedures, to generate a variety of button code can be found, using SDK preparation.
- 2022-07-19 16:26:05下载
- 积分:1
-
The source code which contains the front panel push
一个包含前面板按钮控制和LED灯显示的源代码.- The source code which contains the front panel push-button
control and the LED lamp demonstrated
- 2022-10-12 08:45:03下载
- 积分:1
-
各种控件的演示
各种控制装置的演示
- 2023-04-08 19:00:04下载
- 积分:1
-
. net2003 environment, C# realize, and picture buttons.
.net2003环境下,C#实现的,图片按钮。-. net2003 environment, C# realize, and picture buttons.
- 2023-04-13 11:45:03下载
- 积分:1
-
an open playing so small procedures, try to see whether elections could not :)
一个开玩话的小程序, 试试看看是否能选否:)-an open playing so small procedures, try to see whether elections could not :)
- 2022-11-29 19:50:03下载
- 积分:1
-
为按钮增加色彩,相当于某些换皮肤软件的功能
为按钮增加色彩,相当于某些换皮肤软件的功能-button to increase the color of the skin for the equivalent of some software functions
- 2023-02-11 21:25:03下载
- 积分:1