-
一个类似OUTLOOK界面的程序,可以看看,VC+MFC实现,对MFC编程的人应该有所提高...
一个类似OUTLOOK界面的程序,可以看看,VC+MFC实现,对MFC编程的人应该有所提高-an interface similar to the procedure, can see that VC MFC, MFC programming should be increased
- 2022-09-21 08:35:03下载
- 积分:1
-
该组件可以任意在按钮上绘画你需要的形状(Shape),具体代码也包含在里面。...
该组件可以任意在按钮上绘画你需要的形状(Shape),具体代码也包含在里面。-the components can be arbitrarily paint on the buttons you need to shape (Shape), also contains specific code inside.
- 2023-01-17 22:05:04下载
- 积分:1
-
相关性分析的算法写得不好,主要供学习matlab界面编写、参数传递的朋友参考...
相关性分析的算法写得不好,主要供学习matlab界面编写、参数传递的朋友参考-,matlab,其他小程序/Other windows programs -correlation analysis algorithm is not well written, mainly for the preparation of learning Matlab interface, Parameter Passing reference to the friends- and Matlab. other small procedures/Other Windows programs
- 2022-11-11 19:55:03下载
- 积分:1
-
skin effect of VC interface design with the U.S. share
skin 效果的 VC 界面设计 与大家一起分享-skin effect of VC interface design with the U.S. share
- 2022-02-12 18:17:20下载
- 积分:1
-
Fractal procedures SUMMARY
分形程序-Fractal procedures SUMMARY
- 2022-12-23 12:00:04下载
- 积分:1
-
hjgyjyghjvjrythjthfthtfhftght
hjgyjyghjvjrythjthfthtfhftght
- 2022-03-28 17:25:51下载
- 积分:1
-
Making use of .NET design capabilities by implementing filename type editor
Making use of .NET design capabilities by implementing filename type editor
- 2022-03-12 20:18:26下载
- 积分: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
-
设计新颖的按钮
设计新颖的按钮-Design button
- 2022-02-06 06:04:17下载
- 积分:1
-
一个用与八进制、十进制、十六进制之间转换的计算器,简单易作,初学者的一个很好的学习例子...
一个用与八进制、十进制、十六进制之间转换的计算器,简单易作,初学者的一个很好的学习例子-used with an octal, decimal, hexadecimal between conversion calculator, simple and easy to make, beginners a good example of learning
- 2023-08-31 07:20:03下载
- 积分:1