-
can achieve characteristics of a simple button! Usage is quite simple.
可以简单实现特性化的按钮!用法相当简单.-can achieve characteristics of a simple button! Usage is quite simple.
- 2022-12-01 05:25:03下载
- 积分:1
-
Bob Carboni写的使用透明度、抗锯齿波、窗口区域等技术的按钮控件。Transparent Button with Region and Anti...
Bob Carboni写的使用透明度、抗锯齿波、窗口区域等技术的按钮控件。Transparent Button with Region and Anti-Aliased Edges-Bob Carboni was the use of transparency, anti-aliasing wave technologies such as the window region of the button control. Transparent Button with Region and Anti-Aliased Edges
- 2022-11-15 01:00:04下载
- 积分:1
-
VB中使用SSTAB的一个模板,对于VB初学者或是VB编程有一定的帮助作用...
VB中使用SSTAB的一个模板,对于VB初学者或是VB编程有一定的帮助作用-VB SSTAB use of a template for beginners or VB VB is certainly helpful role
- 2022-06-29 07:14:29下载
- 积分:1
-
为本站拉一个广告客户也可以获得一个一年的VIP会员帐号
为本站拉一个广告客户也可以获得一个一年的VIP会员帐号-to pull a site advertising customers can also get a year"s VIP Member Account
- 2022-03-23 10:29:46下载
- 积分:1
-
几个经典的按钮(非原创)
几个经典的按钮(非原创)-several classic button (non-original)
- 2023-01-28 07:00:03下载
- 积分:1
-
在对话框中(如“关于”对话框)嵌入web页面以及如何将HTML文件作为资源嵌入在EXE或DLL中。CHtmlView 可以象其它控件一样用于对话框和任何窗口。此...
在对话框中(如“关于”对话框)嵌入web页面以及如何将HTML文件作为资源嵌入在EXE或DLL中。CHtmlView 可以象其它控件一样用于对话框和任何窗口。此外该程序还示范了如何动态构造 HTML 文档串以及禁用浏览器的上下文菜单。-in the dialog box (such as "on" dialog box) embedded web pages and how to HTML document as a resource embedded in the EXE or DLL. CHtmlView be the same as for other controls and any dialog window. In addition the program also demonstrated how the structural dynamic HTML documents Series and banned the browser context menu.
- 2022-08-25 05:39:35下载
- 积分: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
-
一个苹果样式的滚动条!嘿嘿,可以看一下还有许多地方要改进的啊...
一个苹果样式的滚动条!嘿嘿,可以看一下还有许多地方要改进的啊-An apple-style scroll bar! Hei hei, you can see there are many places to improve the ah
- 2022-02-15 06:23:41下载
- 积分:1
-
这个昌我从网上DownLoads下来,然后加一改动,是一个按钮类
这个昌我从网上DownLoads下来,然后加一改动,是一个按钮类-the DownLoads down from the Internet, then added a change is a type button
- 2022-03-12 13:36:05下载
- 积分:1
-
单选按钮(RadioButton)控件为用户提供由两个或多个互斥选项组成的选项集,用户可从单选按钮组中选择一个且只能选择一个。...
单选按钮(RadioButton)控件为用户提供由两个或多个互斥选项组成的选项集,用户可从单选按钮组中选择一个且只能选择一个。-radio buttons (RadioButton) controls to provide users with two or more mutually exclusive options set of options, users can group from the radio button to choose one which can only choose one.
- 2022-04-30 18:50:10下载
- 积分:1