-
表单上的按钮增加程序使用VB柱的制备…
一个基于VB编写的在窗体栏上加按钮的程序,用到trayform.ocx控件-a preparation for the VB column on the Form button increases the procedures used trayform.ocx Controls
- 2022-09-29 05:30:03下载
- 积分:1
-
自绘制XP风格的按钮
自绘制XP风格的按钮-XP style button
- 2022-02-04 22:58:21下载
- 积分:1
-
用vb编写的一个小小的日历程序,对初学vb的同志很有帮助。
用vb编写的一个小小的日历程序,对初学vb的同志很有帮助。-prepared with a small calendar procedures for beginners vb comrades helpful.
- 2022-01-22 11:24:50下载
- 积分:1
-
对按键的设置,可实现利用按键进行切换,利用多帧等待的现实防抖功能。...
对按键的设置,可实现利用按键进行切换,利用多帧等待的现实防抖功能。-The set of keys may be keys to switch the use of implementation, the use of frames to wait for the reality of many Anti-Shake function.
- 2022-05-26 01:14:27下载
- 积分:1
-
功能更强大的位图按钮类gif动画的加载实现
功能更强大的位图按钮类gif动画的加载实现-more powerful bitmap button type gif animation to achieve load
- 2022-05-08 03:14:33下载
- 积分:1
-
计算器实例,一个小小的例子,明白vc控件
计算器实例,一个小小的例子,明白vc控件-Calculator example, a small example to understand the control vc
- 2022-02-01 23:39:48下载
- 积分:1
-
按钮程序,由mfc编写,学会怎么使用按钮,4种形式的按钮变换。...
按钮程序,由mfc编写,学会怎么使用按钮,4种形式的按钮变换。-Button procedures, prepared by the mfc and learn how to use buttons, four kinds of forms of Transform button.
- 2023-03-07 20:50:04下载
- 积分: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
-
VB produced a very nice button controls the source code.
用VB制作的一个很漂亮的按钮控件的源代码。-VB produced a very nice button controls the source code.
- 2022-02-12 00:16:57下载
- 积分:1
-
这是一个简化的CSeekButton控件,它是一个简单的按钮,当按下时可以增加或减少一个值。方向(正向或负向),初始值,步长,最小和最大值都可以配置。
这是一个简化的CSeekButton控件,它是一个简单的按钮,当按下时可以增加或减少一个值。方向(正向或负向),初始值,步长,最小和最大值都可以配置。- This simplification CSeekButton controls, it is a simple
button, when presses down may increase or reduce a value. The
direction (to or negative direction), the starting value, the length
of stride, is smallest and the maximum value all may dispose.
- 2022-03-20 19:08:40下载
- 积分:1