-
MFC with a section on the preparation of the small calculators and, if any irreg...
这是我用MFC编写的一段关于计算器的小程序,
如有不当之处,请提出批评。-MFC with a section on the preparation of the small calculators and, if any irregularities, please critics.
- 2022-02-03 02:46:35下载
- 积分:1
-
多功能文本编辑器,没有使用MFC或API,完全是由自己构造的消息机制...
多功能文本编辑器,没有使用MFC或API,完全是由自己构造的消息机制-multi-functional text editor, to use MFC or API, is entirely constructed by the news their mechanism
- 2022-03-25 02:46:02下载
- 积分:1
-
XP风格的按钮,很好看,有凸起来的感觉,3D效果的
XP风格的按钮,很好看,有凸起来的感觉,3D效果的-XP-style buttons, good looking, there are raised to the feeling, 3D effects
- 2022-07-14 21:55:11下载
- 积分:1
-
URLBUTTON,一个有URL功能的按钮,有源码与演示源码。
URLBUTTON,一个有URL功能的按钮,有源码与演示源码。-URLBUTTON, a URL function button, and the demo source source.
- 2022-04-20 11:19:24下载
- 积分: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
-
通过一个progress控件,来查看一个进程运行了多少。button 菜单移开是,即开始执行...
通过一个progress控件,来查看一个进程运行了多少。button 菜单移开是,即开始执行-Progress through a control, to see how much running a process. Menu button away yes, that is the beginning of the implementation of
- 2022-11-23 07:30:03下载
- 积分:1
-
图形按钮 ImageButton
图形按钮 ImageButton
图形按钮 ImageButton
图形按钮 ImageButton-ImageButton graphic button graphic button ImageButton button ImageButton Graphics
- 2022-08-24 19:56:02下载
- 积分:1
-
DBGrid component is the more generic! ! But here I really can not find the class...
DBGrid这个控件是比较通用的吧!! 可是我在这里的分类确找不到!! 所以就随便选了一个-DBGrid component is the more generic! ! But here I really can not find the classification! ! So a casual election! !
- 2022-12-26 07:20:04下载
- 积分:1
-
SDI选项卡演示
VC SDI TABS DEMO
- 2022-08-10 13:27:01下载
- 积分:1
-
一个用VC实现XP风格的位图按钮控件的程序
一个用VC实现XP风格的位图按钮控件的程序-one with VC XP style button bitmap control procedures
- 2022-08-24 06:40:16下载
- 积分:1