-
能够将软件中灰色的按钮,变为正常的状态,程序中用到了句柄的操作!...
能够将软件中灰色的按钮,变为正常的状态,程序中用到了句柄的操作!-software can be gray button into a normal state, the procedures used to operate the handle!
- 2022-02-26 05:09:27下载
- 积分:1
-
我都说了我是个学生了嘛,只不过想找个原代码而已,为什么要我上传这么多的代码呢...
我都说了我是个学生了嘛,只不过想找个原代码而已,为什么要我上传这么多的代码呢-I can say that I am a student is just simply wanted to find a source it, why should I upload the code so much?
- 2022-07-09 12:38:34下载
- 积分:1
-
ImButton: 动态效果的按钮控件 ValidateEdit: 可限制输入内容的输入框 UrlLabel: 可实现超级链接的标签控件 YbUpDownEdi...
ImButton: 动态效果的按钮控件 ValidateEdit: 可限制输入内容的输入框 UrlLabel: 可实现超级链接的标签控件 YbUpDownEdit: 有上下箭头可以调整数值大小的输入框 YbBackImage: 背景位图,可以加入一个小位图平铺显示,也可以拉伸放缩等-ImButton : Dynamic effects of button controls ValidateEdit : to limit the importation of content input box UrlLabel : hyperlinks can be realized labeling controls YbUpDownEdit : The next arrow Numerical size can be adjusted to the input box YbBackImage : background bitmap, can join a small bitmap smooth, can also stretch Zooming, etc.
- 2022-12-15 06:10:03下载
- 积分:1
-
能用于多种系统下的灵活列表功能 C++代码
能用于多种系统下的灵活列表功能 C++代码-system can be used in a variety of flexible function List C code
- 2023-05-30 09:05:04下载
- 积分:1
-
一个windows 平台的按钮开发控件,也许是你需要的
一个windows 平台的按钮开发控件,也许是你需要的-A windows platform for the development of the control button, perhaps you need
- 2022-05-27 17:45:17下载
- 积分:1
-
下拉框控件的使用。实现了下拉框的基本功能。
下拉框控件的使用。实现了下拉框的基本功能。-drop-down box control use. A drop-down box to achieve the basic functions.
- 2022-02-02 01:47:04下载
- 积分: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
-
增强版ComboBox,可以像窗口一样来拉伸。
增强版ComboBox,可以像窗口一样来拉伸。-Enhanced ComboBox, can be the same as the window to stretch.
- 2022-04-24 16:00:42下载
- 积分:1
-
一个非常好用的程序 可以 弄图像处理的 希望大家能用用
一个非常好用的程序 可以 弄图像处理的 希望大家能用用
-a very handy program can get images of hope everyone can use
- 2022-03-19 08:30:17下载
- 积分:1
-
一个显示图片的BUTTON类
一个显示图片的BUTTON类- A demonstration picture BUTTON kind
- 2022-01-25 18:42:27下载
- 积分:1