-
这是一个用vc编的可以经更改的控件的外观 很不错哦 运行环境: win9x.winxp...
这是一个用vc编的可以经更改的控件的外观 很不错哦 运行环境: win9x.winxp-This a series with vc changes can be made by the appearance of control, oh very good operating environment : win9x.winxp
- 2022-07-20 22:58:16下载
- 积分:1
-
CHoverButton
CHoverButton - A simple hoverbutton with one bitmap and a tooltip A simple drop-in class that provides a hot look button using the _TrackMouseEvent function-CHoverButton- A simple hoverbutton with one bitmap and a tooltip A simple drop-in class that provides a hot look button using the _TrackMouseEvent function
- 2022-03-09 20:45:35下载
- 积分:1
-
TransparentStatic_demo.zip 静态空间
TransparentStatic_demo.zip 静态空间-Static TransparentStatic_demo.zip Spaces
- 2022-10-13 09:30:03下载
- 积分:1
-
农历控件 V1.0.10
农历控件 V1.0.10-Lunar Control V1.0.10
- 2022-03-17 01:07:12下载
- 积分: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
-
类似windows xp的按钮控件
类似windows xp的按钮控件- The similar windows xp button controls
- 2022-06-12 20:24:27下载
- 积分:1
-
EVC下的按钮编程,对初识EVC的人来说应该是不错的参考资料
EVC下的按钮编程,对初识EVC的人来说应该是不错的参考资料-EVC button under the program, the EVC of acquaintances who should be a good reference
- 2023-04-28 09:25:03下载
- 积分:1
-
一个vc++小程序,支持滚动文字图象,鼠标操作方向
一个vc++小程序,支持滚动文字图象,鼠标操作方向 -a small program to support scrolling text images and mouse operational direction
- 2023-08-09 01:05:03下载
- 积分:1
-
Windows Mobile奥运场馆的小程序
Windows Mobile奥运场馆的小程序-Windows Mobile Olympic venues small procedures
- 2022-03-18 21:24:30下载
- 积分:1
-
- 2022-03-10 03:07:08下载
- 积分:1