-
Windows颜色选择器(VB类代码)
这是一款打开windows颜色选择器的VB类代码,在VB编写过程中可方便引用,简化重复代码编写,引用示例如下:
Sub Testfont()
Dim mfont As New FontPicker
mfont.SetFont
Debug.Print mfont.Name
Debug.Print mfont.Size
Debug.Print mfont.UnderLine
Debug.Print mfont.Color
End Sub
- 2022-01-26 03:36:58下载
- 积分:1
-
此控件为jsp通用的日历控件,解决了时间输入的问题,用户可以通过此控件输入标准日期...
此控件为jsp通用的日历控件,解决了时间输入的问题,用户可以通过此控件输入标准日期-jsp common calendar controls, solving the problem of time, users can control the importation of this standard date
- 2022-01-25 21:07:53下载
- 积分:1
-
This control simulates clouds with scrolling text and can be used as an aboutbox...
This control simulates clouds with scrolling text and can be used as an aboutbox.
- 2022-05-14 21:07:43下载
- 积分:1
-
又一个按钮代码,这是会变色的按钮,程序中有相应的位图
又一个按钮代码,这是会变色的按钮,程序中有相应的位图-also a button code, which is going to change the buttons, procedures corresponding bitmap
- 2022-07-07 23:09:10下载
- 积分:1
-
本实例介绍如何动态创建BUTTON控件。
本实例介绍如何动态创建BUTTON控件。-This example describes how to dynamically create a BUTTON control.
- 2022-03-06 22:58:48下载
- 积分:1
-
The example is objective
该例子是用objective-c语言,在xcode平台上开发的计算器程序,对刚开始学习objective-c语言的新手来说,还是有一些帮助的。-The example is objective-c language, xcode platform developed calculator program, to just start learning objective-c language, newcomers, there are still some help.
- 2022-03-22 14:37:28下载
- 积分: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
-
通讯录管理系统,Visual C++开发,已测试成功。
通讯录管理系统,Visual C++开发,已测试成功。-Address manage
- 2022-08-22 18:52:43下载
- 积分:1
-
For the solution of simple 8Puzzle, solvable 3 × 3 to 5 × 5, and another practic...
- 2022-01-28 02:47:12下载
- 积分:1
-
用于绘图的小控件,可以绘出XY坐标,控件应用见包
用于绘图的小控件,可以绘出XY坐标,控件应用见包-drawings for a small control that charted XY coordinates, and controls application packet see
- 2022-07-15 04:26:29下载
- 积分:1