-
该程序是综合利用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
-
界面编程的小程序,可以实现位图按钮
界面编程的小程序,可以实现位图按钮-programming interface small programs, can achieve bitmap button
- 2022-01-28 03:34:53下载
- 积分:1
-
simple shift of transparent buttons category, easy to use, with Demo procedures
简单移用的透明按钮类,简单易用,带Demo程序-simple shift of transparent buttons category, easy to use, with Demo procedures
- 2022-03-02 07:32:20下载
- 积分: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
-
CHoverButton
CHoverButton - A simple hoverbutton with one bitmap and a tooltip A simple drop-in class that provides a hot look button using the _TrackMouseEvent function-CHoverButton- A simple hoverbutton with one bitmap and a tooltip A simple drop-in class that provides a hot look button using the _TrackMouseEvent function
- 2022-03-09 20:45:35下载
- 积分:1
-
类似MAC机器的VC按钮代码,界面可以逐渐展开。
类似MAC机器的VC按钮代码,界面可以逐渐展开。-MAC VC button code, the interface can be gradually carried out.
- 2022-07-26 10:06:18下载
- 积分:1
-
a button can be dynamically loaded for the photo category. Photo resources for j...
一个可以为按钮动态加载图片的类。图片资源可以为bmp或者jpg格式的-a button can be dynamically loaded for the photo category. Photo resources for jpg or bmp format
- 2022-01-26 05:53:26下载
- 积分:1
-
用VC开发用于按钮的全部自己动换肤功能,一个非常好的类
用VC开发用于按钮的全部自己动换肤功能,一个非常好的类-VC developed for the button with all their moving skin functions, a very good class
- 2022-04-08 13:56:47下载
- 积分:1
-
a very good one button controls
一个很不错的按钮控件1-a very good one button controls
- 2023-04-16 14:20:03下载
- 积分:1
-
可以设置EnableWindow(FLASE)图片的BtnST类.
可以设置EnableWindow(FLASE)图片的BtnST类.-can set EnableWindow (FLASE) BtnST picture category.
- 2022-02-02 16:42:07下载
- 积分:1