-
一个简单的控件的源代码,maskedbox的控件。
一个简单的控件的源代码,maskedbox的控件。-a simple control of the source code, maskedbox the controls.
- 2022-05-19 15:28:55下载
- 积分:1
-
是否为你的EDIT控件设置成为只读属性那个灰色的背景色不合你的程序整体布局而烦恼了...
是否为你的EDIT控件设置成为只读属性那个灰色的背景色不合你的程序整体布局而烦恼了-whether your EDIT Controls set to read-only attribute that gray background color of your substandard procedures and the overall layout of trouble
- 2022-03-02 18:32:44下载
- 积分:1
-
用vc写的可以宣示avi动画的button程序
用vc写的可以宣示avi动画的button程序-with vc can write the declaration avi animation button procedures
- 2022-01-25 23:27:20下载
- 积分:1
-
一个3D的控件,显示3D的菜单和图标,界面比较好
一个3D的控件,显示3D的菜单和图标,界面比较好-a 3D controls, showing 3D menu and icon, better interface
- 2022-03-04 05:44:34下载
- 积分: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
-
editorial listing in the Edit selected characters, and then "transfer"...
在Edit编辑框里选中字符,然后点"传送"按钮,可在第二个edit编辑框中得到选中字符-editorial listing in the Edit selected characters, and then "transfer" button, in the second edit edit box to be selected characters
- 2022-03-09 09:59:10下载
- 积分: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
-
用c编写的超级链接控件的源代码,非常有用!
用c编写的超级链接控件的源代码,非常有用!-prepared with hyperlinks to control the source code, very useful!
- 2022-07-02 08:03:05下载
- 积分:1
-
静态切分窗口,这个类是从WTL的SplitterWnd里面扒出来的,因为MFC的SplitterWnd实在是 太太太难用了,而且很难看,看到WTL里面的这个不错...
静态切分窗口,这个类是从WTL的SplitterWnd里面扒出来的,因为MFC的SplitterWnd实在是 太太太难用了,而且很难看,看到WTL里面的这个不错,想拿来用,不过如果是MFC程序的话再加上WTL的风格有些不协调,就干脆把它的形式改成MFC的风格了,函数看着挺多,不过常用并不多,至于注释嘛,我只是在经常用的函数声明上大概写了几句,相知道具体实现,那就去看代码吧:)-splitting static window, this category is from the WTL serving SplitterWnd inside out, because MFC SplitterWnd wife is too hard to use and hard to see inside the WTL Yes, they will apply to, but if MFC procedures for the WTL coupled with the style of some disharmony on stem crisp it into the form of MFC style, watching sport the function, but more commonly used is not as Notes, but as I was frequently used function declaration probably write a few words, is to know the specific realization, then look at the code it :)
- 2022-06-02 06:01:45下载
- 积分:1
-
generally flat button, but with xp style, usage is still relatively big
一般的扁平按钮,同时具有xp风格,用途还是比较大的
-generally flat button, but with xp style, usage is still relatively big
- 2022-02-13 00:28:15下载
- 积分:1