-
一个很好用的图象特效控件,请参考其中的源带代码学习怎么使用...
一个很好用的图象特效控件,请参考其中的源带代码学习怎么使用-a good image with the effects controls, please refer to the source code with learning how to use
- 2022-01-25 22:08:07下载
- 积分:1
-
在VC环境下实现的一个小的逃跑按钮程序。挺有趣的一个小程序。...
在VC环境下实现的一个小的逃跑按钮程序。挺有趣的一个小程序。
- 2022-08-19 00:08:29下载
- 积分:1
-
C++的简单控件,供初学者使用,直接调用便可以使用
C++的简单控件,供初学者使用,直接调用便可以使用-C simple controls for beginners, it can be called directly using
- 2022-07-07 19:09:32下载
- 积分: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
-
无组件上传,完成一样的功能 开发工具 JAVA+SERVLET+JAVABEAN
无组件上传,完成一样的功能 开发工具 JAVA+SERVLET+JAVABEAN-components, completed the same function Java development tools SERVLET JAVABEAN
- 2023-05-18 19:45:04下载
- 积分:1
-
如何将对话框客户区的背景设成透明的? 如题。客户区的背景能设成透明的么?如果有时间,非客户区的隐藏也讲讲啦!:...
如何将对话框客户区的背景设成透明的? 如题。客户区的背景能设成透明的么?如果有时间,非客户区的隐藏也讲讲啦!:-) 主要解答者: bcpl -customers how to box the background set as transparent? If that. The customer can set as background transparent? If there was time, the non-clients also talk about the hidden! :-) Main answer : BCPL
- 2023-06-07 18:45:03下载
- 积分:1
-
控制matlab程序中的等待条的好程序,这样你也可以利用matlab写出C语言一样的漂亮界面了。...
控制matlab程序中的等待条的好程序,这样你也可以利用matlab写出C语言一样的漂亮界面了。-control procedures for the good of the process, so you can also use the C language Matlab write like a pretty interface.
- 2022-07-12 15:02:48下载
- 积分:1
-
skin effect of VC interface design with the U.S. share
skin 效果的 VC 界面设计 与大家一起分享-skin effect of VC interface design with the U.S. share
- 2022-02-12 18:17:20下载
- 积分:1
-
一个很好的VC实例,看看吧,如果你是一个初学者,这个程序好许有用的...
一个很好的VC实例,看看吧,如果你是一个初学者,这个程序好许有用的-a good example of the VC, let"s see it, if you are a beginner, this procedure useful good Hsu
- 2022-06-21 09:19:49下载
- 积分:1
-
the code provides a button on the broadcast button AVI animation library
本代码提供了可以在按钮上播放AVI动画的按钮类库-the code provides a button on the broadcast button AVI animation library
- 2022-05-04 23:35:48下载
- 积分:1