-
their application button added to the Internet Explorer toolbar, its essence is...
将自己应用程序的按钮添加到IE的工具条中,其本质就是修改注册表,添加创建此按钮所需的信息。-their application button added to the Internet Explorer toolbar, its essence is a change in the registry, add this button to create the information needed.
- 2022-03-16 21:07:00下载
- 积分:1
-
一个改进的真彩位图按钮!
一个改进的真彩位图按钮!-an improved color bitmap button!
- 2022-09-02 12:45:03下载
- 积分:1
-
图形按钮控件,旋转按钮,在按钮上的绿色旋钮旋转…
图形按钮控件,旋转按钮,在其按钮上的绿色旋钮会跟着转动。-graphics button controls, rotating button, in his green button on the knob rotation will follow.
- 2022-03-04 18:58:58下载
- 积分: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
-
在按钮控件上实现图标,从而美化图标的外观。
在按钮控件上实现图标,从而美化图标的外观。-To achieve control on the button icon, which beautify the appearance of the icon.
- 2022-07-22 10:49:18下载
- 积分:1
-
非常好的操作元器件的画图源程序。可移植性强
非常好的操作元器件的画图源程序。可移植性强-Very good source operating components of the drawing. Portability strong
- 2022-02-02 03:51:11下载
- 积分:1
-
Bezier Curves Creator
When you run bezcurvcreat.exe you see bezier curve....
Bezier Curves Creator
When you run bezcurvcreat.exe you see bezier curve.
Use f1 to go fullscreen
Use arrow to spin around curve
Use x and z to zoom and zoom out
Use r button to create ghost curve
Edit code to get more leading points, more ghost curves, faster moves and much more:).
Have fun
- 2023-05-05 11:35:02下载
- 积分:1
-
这是一个用vb开发的适用于各种控件的源代码,对于初学者来说是很有用的....
这是一个用vb开发的适用于各种控件的源代码,对于初学者来说是很有用的.-This is a development with vb applicable to the various controls the source code for beginners is very useful.
- 2022-03-25 06:41:35下载
- 积分:1
-
中文Powe~oim2002的使用、管理计算机中的文件、浏览Imernet信息
以及收发电子邮件等内容。 本书语言通俗,实例丰富,图文并茂,注...
中文Powe~oim2002的使用、管理计算机中的文件、浏览Imernet信息
以及收发电子邮件等内容。 本书语言通俗,实例丰富,图文并茂,注-Chinese Power ~ oim2002 the use, management, computer documents, browsing Imernet information and e-mail content. The book language is colloquial examples of a richly-illustrated Note
- 2022-04-08 04:15:03下载
- 积分:1
-
这我还没看,但因为是新技术我想肯定会有人需要就放上来了!...
这我还没看,但因为是新技术我想肯定会有人需要就放上来了!-I did not see it, but because it is new technology, I would like to acknowledge someone will need Fangshanglai!
- 2022-12-21 18:55:03下载
- 积分:1