-
sstab控件,一个具有XP风格的多页面控件,可以不同样式显示
sstab控件,一个具有XP风格的多页面控件,可以不同样式显示-sstab controls, one with XP style controls more pages can show different styles
- 2022-05-07 05:26:05下载
- 积分:1
-
位置可以交叠的按钮
位置可以交叠的按钮-The button which can pile up its place
- 2022-03-04 13:31:06下载
- 积分:1
-
developerWorks Java 技术专区包括数百篇文章、教程和技巧,帮助开发人员开发大多数基于 Java 语言的技术和相关应用程序,但是对于刚开始学习...
developerWorks Java 技术专区包括数百篇文章、教程和技巧,帮助开发人员开发大多数基于 Java 语言的技术和相关应用程序,但是对于刚开始学习 Java 技术的开发人员来说,非常有必要对这些资源进行仔细挑选。为此,developerWorks -developerWorks Java technology zones, including hundreds of articles, tutorials and tips to help developers create most of the Java-based technologies and related applications, but just started learning Java technology developers, it is imperative for these resources are carefully selected. To this end, developerWorks
- 2023-07-25 12:45:02下载
- 积分:1
-
这也是一种按钮设计器,祝你好好利用,利用它可以提高软件的按钮的美观...
这也是一种按钮设计器,祝你好好利用,利用它可以提高软件的按钮的美观 -This is a design for the button, I wish you good use, it can use the software to improve the appearance button
- 2022-03-23 19:36:09下载
- 积分:1
-
FileView ActiveX 控件允许你在应用程序中增加一个象IE一样的listview...
FileView ActiveX 控件允许你在应用程序中增加一个象IE一样的listview-FileView ActiveX controls allow you to add applications as one of the same IE error
- 2022-04-20 10:53:30下载
- 积分:1
-
lt; Lt; Vc programming selected 500 cases gt; Gt; Source code Chapter 4 column w...
< vc编程精选500例>>源代码第4章 标题栏与菜单栏.rar-lt; Lt; Vc programming selected 500 cases gt; Gt; Source code Chapter 4 column with the title menu bar. Rar
- 2023-08-24 16:30:05下载
- 积分:1
-
气球提示源代码
Balloon Tip Source code
- 2022-11-07 18:55:03下载
- 积分:1
-
VC实现的聊天程序
VC实现的聊天程序-the chat program
- 2022-02-26 01:45:42下载
- 积分: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
-
克隆按钮方便你可以改变参数
to clone ibuttons easy and you can change parameters
- 2022-06-17 19:08:51下载
- 积分:1