-
VB子类化按钮,Vista样式,无图片,绘制了MouseHover和MouseLeave事件....
VB子类化按钮,Vista样式,无图片,绘制了MouseHover和MouseLeave事件.-VB subclass button, Vista style, Not use any picture, and also draw with MouseHover Event and MouseLeave Event.
- 2022-11-08 21:00:03下载
- 积分:1
-
网络安全,上网方便的使用工具。是39921上网导航为广大网友定制的网络安全工具软件。...
网络安全,上网方便的使用工具。是39921上网导航为广大网友定制的网络安全工具软件。-Network security, Internet access to facilitate the use of tools. Internet navigation is 39,921 for the general users customized network security tools.
- 2022-04-07 09:56:42下载
- 积分: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
-
Wizard control the use Demo, demonstrated how to box as a window for the Wizard...
Wizard控件的使用Demo,演示了如何以对话框作为Wizard的子窗口控件-Wizard control the use Demo, demonstrated how to box as a window for the Wizard Control
- 2022-10-22 23:20:03下载
- 积分:1
-
一个快餐系统的源码,大家共同学学,来自网络
一个快餐系统的源码,大家共同学学,来自网络-Source of a fast food system, we learn together, from network
- 2023-07-07 06:05:03下载
- 积分:1
-
一个十分简单的按钮,不过,做起来很难的!最好有谁能可扩展扩展!谢谢各位的支持!...
一个十分简单的按钮,不过,做起来很难的!最好有谁能可扩展扩展!谢谢各位的支持!-a very simple button, but it will be very hard to do! Who could have the best scalable expansion! Thank you for your support!
- 2022-06-28 01:06:12下载
- 积分:1
-
平面格式的按钮,可以设置背景图片等
平面格式的按钮,可以设置背景图片等-planar format button, set the background image, etc.
- 2022-12-13 06:55:03下载
- 积分:1
-
XP按钮风格,不需要OCX
XP button style, not OCX
XP按钮风格,不需要OCX
XP button style, not OCX-XP button style, do not need OCXXP button style, not OCX
- 2022-09-16 08:00:03下载
- 积分:1
-
Delphi IPEdit控件
自已一直在用的IPEdit控件,自己添加了IPstring属性,可以直接读取或设置IP。控件使用DelphiXE1缩写,请用户自己修改自己控件,以满足自己的需要
- 2023-01-01 15:50:03下载
- 积分:1
-
本代码实现XP风格的自绘按钮,使你的界面更加漂亮,不要犹豫,快快下载...
本代码实现XP风格的自绘按钮,使你的界面更加漂亮,不要犹豫,快快下载-Realize this code XP style buttons from the painting, make your interface more beautiful, do not hesitate to quickly download
- 2023-02-24 05:55:04下载
- 积分:1