-
一个windows 平台的按钮开发控件,也许是你需要的
一个windows 平台的按钮开发控件,也许是你需要的-A windows platform for the development of the control button, perhaps you need
- 2022-05-27 17:45:17下载
- 积分:1
-
程序运行过程中在状态拦显示系统的时间,鼠标位置,以及INSERT按键是否被按下等状态...
程序运行过程中在状态拦显示系统的时间,鼠标位置,以及INSERT按键是否被按下等状态-procedures in the course of running the state to stop the display system, the mouse position, and INSERT button was pressed, such as whether the state
- 2022-08-16 09:58:01下载
- 积分:1
-
一个用VC实现XP风格的位图按钮控件的程序
一个用VC实现XP风格的位图按钮控件的程序-one with VC XP style button bitmap control procedures
- 2022-08-24 06:40:16下载
- 积分:1
-
本代码实现XP风格的自绘按钮,使你的界面更加漂亮,不要犹豫,快快下载...
本代码实现XP风格的自绘按钮,使你的界面更加漂亮,不要犹豫,快快下载-Realize this code XP style buttons from the painting, make your interface more beautiful, do not hesitate to quickly download
- 2023-02-24 05:55:04下载
- 积分:1
-
vb编写的一个调用数据的范例,用来熟悉vb的数据组件
vb编写的一个调用数据的范例,用来熟悉vb的数据组件-vb prepared in a call to the data model used familiar with the data components vb
- 2022-05-06 00:22:34下载
- 积分:1
-
这个类库是对鼠标敏感的按纽,你用它可以做出象Office助手提示选项那样的东东来(24KB)...
这个类库是对鼠标敏感的按纽,你用它可以做出象Office助手提示选项那样的东东来(24KB)-the library is sensitive mouse button, you can make it as the Office Assistant option did suggest to the Eastern (24KB)
- 2022-07-19 08:02:17下载
- 积分:1
-
一个简单的牌类控件,适用于各类棋牌类游戏使用
一个简单的牌类控件,适用于各类棋牌类游戏使用-a simple licensing category Controls, applicable to all types of games using Chess & Cards
- 2022-05-09 00:50:18下载
- 积分: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
-
能设置文本的字体,颜色
能设置icon,picture
可以根据需求改造paint函数...
能设置文本的字体,颜色
能设置icon,picture
可以根据需求改造paint函数-Can set the text fonts, colors, can set the icon, picture can be modified in accordance with the demand for paint function
- 2022-02-14 09:57:26下载
- 积分:1
-
鼠标的右键功能,可以实现数据的增加行,删除行,修改行。...
鼠标的右键功能,可以实现数据的增加行,删除行,修改行。-a click on the right button for example
- 2022-01-25 22:16:38下载
- 积分:1