-
用vc做的拨号控件,源代码。很不错的哈
用vc做的拨号控件,源代码。很不错的哈-vc do with the dial-up controls, the source code. Very good Kazakhstan
- 2022-11-23 08:35:03下载
- 积分:1
-
这是一个用JAVA编写的计算器,谢谢,因为我现在还个学生,请大家多多指导。...
这是一个用JAVA编写的计算器,谢谢,因为我现在还个学生,请大家多多指导。-This is a preparation using JAVA calculator, thank you, because I still students, Members can guide.
- 2022-11-02 20:00:02下载
- 积分:1
-
修改标题栏的颜色,你可以定义自己的颜色,这是很方便的
修改titlebar颜色,可以自己定义其颜色,十分方便-Modify titlebar color, you can define its own color, which is very convenient
- 2023-04-28 01:20:04下载
- 积分:1
-
本代码例子提供了实现三角形按钮绘制的实现。
本代码例子提供了实现三角形按钮绘制的实现。-the code examples for achieving triangle button mapping is achieved.
- 2022-05-28 06:31:18下载
- 积分:1
-
用vb实现使用WebBrowser控件浏览网页,一个经典例子极具参考价值...
用vb实现使用WebBrowser控件浏览网页,一个经典例子极具参考价值-achieve with vb use WebBrowser Control Web site, a classic example of great reference value
- 2023-04-08 18:00:03下载
- 积分:1
-
使你对按钮控件的使用有更深入的了解,以便应用于实际当中...
使你对按钮控件的使用有更深入的了解,以便应用于实际当中-This code may be freely distributable in any application. Ifyou make any changes to the source, please let me know so thatI might make a better version of the class.
- 2022-04-16 23:48:54下载
- 积分:1
-
一个可以通过搜索网上歌词的程序
是经过一个网址发现的!
一个可以通过搜索网上歌词的程序
是经过一个网址发现的!-an online search through the lyrics procedures have found a website!
- 2022-08-31 15:00:03下载
- 积分: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
-
东西比较多,不多说了 看不懂,就别说学过vc
东西比较多,不多说了 看不懂,就别说学过vc-many things, few said they did not understand, let alone learn vc
- 2022-01-27 18:00:20下载
- 积分:1
-
用C++编写的平面按钮程序,希望大家多指教!
用C++编写的平面按钮程序,希望大家多指教!-C button plane prepared by the procedures in the hope that everyone know!
- 2023-03-14 04:30:03下载
- 积分:1