-
关于为win32窗口编程,创建工具栏,菜单栏等窗口控件
关于为win32窗口编程,创建工具栏,菜单栏等窗口控件-Win32 programming on windows, create toolbars, menu bars, window controls, etc.
- 2022-08-23 21:23:03下载
- 积分:1
-
位置可以交叠的按钮
位置可以交叠的按钮-The button which can pile up its place
- 2022-03-04 13:31:06下载
- 积分:1
-
EVC下的编程的按钮源代码,按钮控件的外观…
EVC下的编程的按钮源代码,外观丰富的按钮控件,XP风格的按钮。-EVC button under the programming source code, the button controls the appearance of a rich, XP-style button.
- 2022-08-14 07:33:09下载
- 积分: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
-
看名字一组XP界面效果. ComboBox只做了DropDown风格,谁有兴趣可以接着做完.Button是国外一个朋友的WTL code转换来的,CLineTr
看名字一组XP界面效果. ComboBox只做了DropDown风格,谁有兴趣可以接着做完.Button是国外一个朋友的WTL code转换来的,CLineTrackBar是I See源码的扩展.- Looks at a name group of XP contact surface effect ComboBox
has only made the DropDown style, who has the interest to be allowed
then to complete Button is overseas friend s WTL code transforms,
CLineTrackBar is I See source code expansion
- 2022-03-21 20:34:37下载
- 积分:1
-
利用Timer和Label控件实现本地时间实时显示
在Visual Studio 2010平台里,使用VB语言,并利用Timer控件和Label控件实现本机系统时间的实时显示。注意:务必将Timer控件的Enable属性改为True。
- 2023-07-30 22:05:03下载
- 积分:1
-
VC++ In word fill in forms. An example of very good, everyone can see.
VC++中进行word表格的填写。非常好的一个实例,大家可以看看。-VC++ In word fill in forms. An example of very good, everyone can see.
- 2022-07-19 12:35:11下载
- 积分:1
-
自己做的考勤管理系统,数据库为sql server 2
自己做的考勤管理系统,数据库为sql server 2-?????龅???勤 ?芾硐低 ???数 ???馕 ?sql server 2
- 2022-04-17 13:36:19下载
- 积分: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
-
CXPButton是一个XP风格的按钮类,外观非常好看,能给你耳目一新的感觉。...
CXPButton是一个XP风格的按钮类,外观非常好看,能给你耳目一新的感觉。-CXPButton is an XP-style button-type, appearance is very good-looking, would give you a fresh experience.
- 2022-07-20 11:11:04下载
- 积分:1