-
可以实现三角形按钮的源代码,非常有个性,快来下吧
可以实现三角形按钮的源代码,非常有个性,快来下吧-Can realize the triangle button
- 2023-02-09 08:40:03下载
- 积分:1
-
在toolbar上使用bitmap做背景
在toolbar上使用bitmap做背景-use the toolbar to do background bitmap
- 2022-02-14 18:30:23下载
- 积分:1
-
TCP IP v4.0.pdf
TCP IP v4.0.pdf
- 2022-03-25 04:22:01下载
- 积分:1
-
in VB interface hidden mouse
在VB界面中隐藏鼠标-in VB interface hidden mouse
- 2022-07-01 15:42:41下载
- 积分:1
-
现在克隆技术正在流行,想不想知道怎么把组合框和按钮及图片结合在一起?好,我们这就开始....
现在克隆技术正在流行,想不想知道怎么把组合框和按钮及图片结合在一起?好,我们这就开始.-now cloning technology is popular, do not want to know how to put combinations boxes and buttons and photographs combine? Well, we started it.
- 2023-03-04 12:15:03下载
- 积分:1
-
键盘监控
这是一个对键盘的字符输出的监控,用VS2012 编写 windows8下要用管理员权限运行,当用户运行程序后,键盘的输出将会被记录在新生成的文本里,
- 2023-06-21 21:45:06下载
- 积分: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
-
一个关于通信方面的类,用于串口异步通信
一个关于通信方面的类,用于串口异步通信
-one of the categories of communications for asynchronous serial communications
- 2022-04-22 20:50:06下载
- 积分:1
-
此程序是在对话框中运用两种不同按钮实现了RGB模式下的变色与显示...
此程序是在对话框中运用两种不同按钮实现了RGB模式下的变色与显示-this procedure is in the dialog box used two different buttons to achieve the RGB color model and display
- 2022-03-23 14:30:49下载
- 积分:1
-
扩展控钮控件,在按钮上增加位图,有两个焦点点击时,可分别点相当于两个按钮。...
扩展控钮控件,在按钮上增加位图,有两个焦点点击时,可分别点相当于两个按钮。-extend control button to control the button to add bitmap, two focus click, can be the equivalent of two point button.
- 2022-07-11 20:41:05下载
- 积分:1