-
平面按扭
平面按扭-Flat buttons
- 2022-04-01 12:42:44下载
- 积分:1
-
带文字与位图的按钮.rar 这个源代码是关于文字和位图关系的N控件程序。...
带文字与位图的按钮.rar 这个源代码是关于文字和位图关系的N控件程序。-with language and bitmap button. Rar the source code is on the letter and the Bitmap N control procedures.
- 2022-03-15 18:33:49下载
- 积分:1
-
vc开发的串口通信相关学习源码
VC串口通信编程实践资料的源码,有助于串口通信的学习,也可根据源码更改为自己的工程,二次开发,但是主要是串口通信的资料。简单界面与编程。
- 2022-02-09 15:54:57下载
- 积分:1
-
XP imitation of a small button controls XPButton2.0.rar Please WinRar3.0 version...
一个仿XP的小巧的按钮控件XPButton2.0.rar 请用WinRar3.0以上版本解压缩-XP imitation of a small button controls XPButton2.0.rar Please WinRar3.0 versions decompre
- 2023-07-13 08:45:03下载
- 积分:1
-
一个调整系统音量的控件,用着还可以,希望大家能用的上,申请通过...
一个调整系统音量的控件,用着还可以,希望大家能用的上,申请通过-an adjustment of the volume control system, also used to be, and hope everyone can be on the application through! !
- 2022-03-01 11:36:13下载
- 积分: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
-
谷 歌 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
-
提供了一个鼠标控制的类,包括移动、限制、隐藏等功能
提供了一个鼠标控制的类,包括移动、限制、隐藏等功能-provides a mouse-controlled categories, including mobile, limitations, hidden features
- 2022-10-25 20:15:03下载
- 积分:1
-
这个是关于EXCEL的一个类主要是进行EXCEL导出希望没写过的研究下吧 呵呵好好研究...
这个是关于EXCEL的一个类主要是进行EXCEL导出希望没写过的研究下吧 呵呵好好研究-this is a type of EXCEL is mainly derived EXCEL hope no previous studies it carefully study Oh
- 2022-02-03 03:46:36下载
- 积分:1
-
这个源码可以强制浏览器重新访问服务器下载页面,而不是从缓存读取页面...
这个源码可以强制浏览器重新访问服务器下载页面,而不是从缓存读取页面-the mandatory-source browser can be re-visited pages download server, rather than read pages from the cache
- 2023-08-07 07:05:03下载
- 积分:1