-
动态引用DLL中的类函数,很好的
动态引用DLL中的类函数,很好的-dynamic invoke DLL function of the type, good
- 2022-06-21 06:32:31下载
- 积分:1
-
This algorithm is a procedure. Builder 6.0 in the C compiler through.
这是一个算法实现程序. 在C++Builder 6.0编译通过.-This algorithm is a procedure. Builder 6.0 in the C compiler through.
- 2022-05-25 14:51:06下载
- 积分:1
-
本源码是用VB6.0开发的控制台程序,程序精小但应用广泛.
本源码是用VB6.0开发的控制台程序,程序精小但应用广泛.- The source code is the control bench procedure which develops
with VB6.0, the procedure fine is small but applies widely
- 2023-07-21 22:55:03下载
- 积分:1
-
本源码是基于Visual C++的,开发了很多漂亮的按钮,如果你是要做界面的话,这里的方法会对你有很大帮助的哦...
本源码是基于Visual C++的,开发了很多漂亮的按钮,如果你是要做界面的话,这里的方法会对你有很大帮助的哦-this source is based on Visual C, and developed a lot of pretty buttons, if you do interface, the method here you will be very helpful oh
- 2023-02-26 22:30:03下载
- 积分: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
-
这个昌我从网上DownLoads下来,然后加一改动,是一个按钮类
这个昌我从网上DownLoads下来,然后加一改动,是一个按钮类-the DownLoads down from the Internet, then added a change is a type button
- 2022-03-12 13:36:05下载
- 积分:1
-
一种打印预览的实现
一种打印预览的实现-a Print Preview Implementation
- 2022-03-29 02:04:57下载
- 积分:1
-
一个好用的按钮类可以直接在程序里面用的不信你可以
一个好用的按钮类可以直接在程序里面用的不信你可以-a handy button type can be directly used in the inside of a letter you can try
- 2022-08-20 22:40:28下载
- 积分:1
-
该小软件利用vb的基本控件,实现了三维图象的显示,只要按规定的格式输入数据,3D图就立马显示了!...
该小软件利用vb的基本控件,实现了三维图象的显示,只要按规定的格式输入数据,3D图就立马显示了!-vb use the basic controls, achieved a 3D image, as long as the required input data format, 3D map display on quickly!
- 2022-03-03 21:27:17下载
- 积分:1
-
variety of small icon button
各种各样的小图标按钮-variety of small icon button
- 2022-12-05 23:55:04下载
- 积分:1