-
运行环境Windows 2000/XP
运行环境Windows 2000/XP
-runtime environment for Windows 2000/XP
- 2023-03-06 05:10:03下载
- 积分:1
-
由asp.net操作平台开发.是新手学习.net的可参考的源代码!
由asp.net操作平台开发.是新手学习.net的可参考的源代码!-from Asp. Net operating platform. Greenhorn learning. Net reference of the source code!
- 2022-07-23 11:06:39下载
- 积分:1
-
for delphi7 .1 has been issued and fully support the BDS4.0, this is a version o...
for delphi7
.1已经发布,完全支持BDS4.0,这个是评估版的。
希望大家能够找到正式版本.....
另外,4.0的正式版下载文件名为:hq8205_Ehlib_v4.0_FS.rar
14 January 2006
Deployed EhLib 4.1
+ Added support of Borland Developer Studio 2006 (Delphi and C++ Builder).
* Fixed a error of the grid twinkling in the tree mode on opening a node.
* Fixed a error of filling a list of values in the filter when PickList and KeyList properties for the TColumnEh is filled.
* Some other bugfixes.-for delphi7 .1 has been issued and fully support the BDS4.0, this is a version of the assessment. Hope you can find the official version ..... addition, the 4.0 version download file is named : hq8205_Ehlib_v4.0_FS.rar 14 January 2006 Dep loyed EhLib 4.1 Added support of Borland Develo per Studio 2006 (Delphi and C Builder).* Fixed a error of the grid in the tree twinkling on op mode ening a node.* Fixed a error of filling a list of v R in the filter and when PickList KeyList pr operties for the TColumnEh is filled.* Some oth er b
- 2022-02-01 08:19:32下载
- 积分:1
-
鼠标控制演示。提供了一个鼠标控制的类,包括移动、限制隐藏等功能...
鼠标控制演示。提供了一个鼠标控制的类,包括移动、限制隐藏等功能-mouse control demonstration. For a mouse-controlled categories, including mobile, hidden features such as restrictions
- 2023-03-15 12:55:04下载
- 积分:1
-
flash source code to download the source code download flash flash flash source...
flash源代码下载 -flash source code to download the source code download flash flash flash source code download source code Download
- 2022-01-26 06:19:39下载
- 积分:1
-
这是我平时写着玩的按钮控件,用于显示各种控件的使用效果。...
这是我平时写着玩的按钮控件,用于显示各种控件的使用效果。-This is what I have always read the play button controls for the display of various effects of the use of controls.
- 2023-03-10 12:20:03下载
- 积分:1
-
一个快餐系统的源码,大家共同学学,来自网络
一个快餐系统的源码,大家共同学学,来自网络-Source of a fast food system, we learn together, from network
- 2023-07-07 06:05:03下载
- 积分:1
-
students learning management system is a reference VB procedures, we hope to lea...
学生管理系统是学习VB时的参考程序,望大家在实践中学习VB-students learning management system is a reference VB procedures, we hope to learn in practice VB
- 2022-04-16 21:34:53下载
- 积分: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
-
a another simple dialog
a another simple dialog
- 2022-06-02 21:53:55下载
- 积分:1