-
This is the most simple application of the volume control
这是最简单适用的音量控制-This is the most simple application of the volume control
- 2022-08-15 22:34:51下载
- 积分:1
-
这是关于asp的时间控件,是好不容易找到的
这是关于asp的时间控件,是好不容易找到的-This is the time of the asp control is not easy to find
- 2022-11-24 18:25:03下载
- 积分:1
-
很好的代码,值得收藏,很好的代码,值得收藏
很好的代码,值得收藏,很好的代码,值得收藏-good code, it is worth collecting, good code, it is worth collecting
- 2023-05-18 16:35:03下载
- 积分:1
-
单选按钮(RadioButton)控件为用户提供由两个或多个互斥选项组成的选项集,用户可从单选按钮组中选择一个且只能选择一个。...
单选按钮(RadioButton)控件为用户提供由两个或多个互斥选项组成的选项集,用户可从单选按钮组中选择一个且只能选择一个。-radio buttons (RadioButton) controls to provide users with two or more mutually exclusive options set of options, users can group from the radio button to choose one which can only choose one.
- 2022-04-30 18:50:10下载
- 积分:1
-
锁定鼠标的样例,适合做网络教师等软件,代码简洁。
锁定鼠标的样例,适合做网络教师等软件,代码简洁。-mouse locking of the sample suitable for the job of network software such as teachers, concise code.
- 2022-04-10 11:32:59下载
- 积分:1
-
GlowButton - 发光的按钮控件
翻译 maninwest@Codeforge 作者:John Underhill @ Codeproject最近我在查看 KMP Player 软件上的一些图形元素(如果你想看看好的图形设计,我建议你也查看一下)。我在项目中需要的是一个简单的发光按钮控件,用于玩家控制的,这不是什么太神奇的东西,只是在鼠标悬停时能够改变颜色。让图像更改颜色很简单,只需修改 ImageAttribute 的颜色矩阵:private void DrawColoredImage(Graphics g, Image img, Rectangle bounds, Color clr)
{
using (ImageAttributes ia = new ImageAttributes())
{
ColorMatrix cm = new ColorMatrix();
// convert and refactor color palette
cm.Matrix00 = ParseColor(clr.R);
cm.Matrix11 = ParseColor(clr.G);
cm.Matrix22 = ParseColor(clr.B);
cm.Matrix33 = ParseColor(clr.A);
cm.Matrix44 = 1f;
// set matrix
ia.SetColorMatrix(cm);
// draw
g.DrawImage(img, bounds, 0, 0, img.Width,
img.Height, GraphicsUnit.Pixel, ia);
}
}示例代码中的 ParseColor 会将位转化为浮点值。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-25 02:55:04下载
- 积分:1
-
东西比较多,不多说了 看不懂,就别说学过vc
东西比较多,不多说了 看不懂,就别说学过vc-many things, few said they did not understand, let alone learn vc
- 2022-01-27 18:00:20下载
- 积分:1
-
Button functions on the expansion, the procedures in the VC6.0 compiler only thr...
对button功能的扩展,本程序在VC6.0编译通过 本程序仅供学习之用,请在现在后24个小时后删除。-Button functions on the expansion, the procedures in the VC6.0 compiler only through this learning process, please post now deleted after 24 hours.
- 2022-03-21 01:44:37下载
- 积分:1
-
SDI选项卡演示
VC SDI TABS DEMO
- 2022-08-10 13:27:01下载
- 积分:1
-
derived from CButton CImageButtonWithStyle category, such can be achieved on the...
从CButton派生出类CImageButtonWithStyle,该类可以实现在按钮上显示图形包括icon,bitmap等-derived from CButton CImageButtonWithStyle category, such can be achieved on the button to display graphics including icon, bitmap, etc.
- 2022-01-25 17:56:59下载
- 积分:1