-
USB device to check the program can be used USB device ID and program verificati...
USB设备检查程序可以使用USB设备ID和程序验证设备
- 2023-05-13 09:45:02下载
- 积分: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
-
button sound effect XP, 15 in any style you choose, have a total for you. Give i...
button良好的XP效果,15中风格任你选择,总有一个适合你。试试吧。-button sound effect XP, 15 in any style you choose, have a total for you. Give it a try.
- 2022-02-12 09:03:49下载
- 积分:1
-
这是一个封装了部分Windows API的控件,它可以实现以下功能:1、Windows关机;2、自动发EMail、自动打开一个主页;3、调用默认程序打开各种类型...
这是一个封装了部分Windows API的控件,它可以实现以下功能:1、Windows关机;2、自动发EMail、自动打开一个主页;3、调用默认程序打开各种类型的文件;4、将自己的程序让Win95启动时执行;5、变VB5.0的工具栏为平面工具栏;6、打开屏幕保护程序;7、打开、关闭CDRom;8、改变Form的标题栏颜色;9、Enable Didable Ctrl+Alt+DEl;10、改变屏幕分辨率;11、播放Mid、Wav音;12、得到硬盘可用空间;13、隐藏、显现鼠标;14、变鼠标为动画光标;15、隐藏、显现任务栏;16、以一PictureBox的图片填充整个Form的背景;17、改变桌面图案- This was seals partial Windows API to control below, it was
allowed to realize the function: 1st, Windows Guan Ji; 2nd,
automatically sends EMail, automatically opens a main page; 3rd, the
transfer tacitly approves the procedure to open each kind of type the
document; 4th, lets own procedure time the Win95 start carries out;
5th, changes VB5.0 the tool fence for the plane tool fence; 6th, opens
the screen saver; 7th, opens, closes CDRom; 8th, changes Form the
title block color; 9th, Enable Didable Ctrl Alt DEl; 10th, change
screen resolution; 11th, broadcasts Mid, the Wav sound; 12th, obtains
the hard disk to be possible to use the space; 13th, the hideaway,
appears the mouse;
- 2022-04-20 16:52:57下载
- 积分:1
-
一个很好的VC实例,看看吧,如果你是一个初学者,这个程序好许有用的...
一个很好的VC实例,看看吧,如果你是一个初学者,这个程序好许有用的-a good example of the VC, let"s see it, if you are a beginner, this procedure useful good Hsu
- 2022-06-21 09:19:49下载
- 积分:1
-
运行指示灯
我们使用输入系统是关键/按钮,而输出是光的形式。请随时给好友,使使用Proteus软件设计的输入输出系统。首先我们连线在A0和A1按钮。那么我们爱1K欧姆的电阻到Vcc上的按钮。进一步连接销13,12,10,11上的发光二极管和电阻器220欧姆的爱。在这里,我附上变形设计这个系统。
- 2022-09-07 08:45:03下载
- 积分:1
-
又一个按住后会不断发出命令的按钮
又一个按住后会不断发出命令的按钮-A button which will send commands continuous when be clicked
- 2023-05-01 13:00:03下载
- 积分:1
-
The source code which contains the front panel push
一个包含前面板按钮控制和LED灯显示的源代码.- The source code which contains the front panel push-button
control and the LED lamp demonstrated
- 2022-10-12 08:45:03下载
- 积分:1
-
采用jquery技术实现的弹出框提示,友好的提示页面,丰富的展现形式。...
采用jquery技术实现的弹出框提示,友好的提示页面,丰富的展现形式。-Jquery technology implementation using the pop-up box prompts friendly tips page to show the form of the rich.
- 2023-01-24 18:45:04下载
- 积分:1
-
遗传算法实例 遗传算法实例
遗传算法实例 遗传算法实例 -Examples of genetic algorithm genetic algorithm example genetic algorithm example
- 2022-06-29 05:00:46下载
- 积分:1