-
对于常用控件的详细指导,对初学者帮助极大
对于常用控件的详细指导,对初学者帮助极大-commonly used controls for a detailed guide, great help for beginners
- 2023-05-15 07:00:02下载
- 积分:1
-
在Windosw 98下面也可以实现xp风格的按钮
在Windosw 98下面也可以实现xp风格的按钮-In Windosw 98 below can also realize xp style buttons
- 2022-12-28 10:10:03下载
- 积分:1
-
MFC with a section on the preparation of the small calculators and, if any irreg...
这是我用MFC编写的一段关于计算器的小程序,
如有不当之处,请提出批评。-MFC with a section on the preparation of the small calculators and, if any irregularities, please critics.
- 2022-02-03 02:46:35下载
- 积分:1
-
前 言 2000年上半年,Inprise公司(原Borland公司)推出了C++Builder的最新版本:C++Builder 5。C++Builder 5继承...
前 言 2000年上半年,Inprise公司(原Borland公司)推出了C++Builder的最新版本:C++Builder 5。C++Builder 5继承了以前版本的优点,并在此基础上增添了许多新的功能,比如... 图书类别:C++ Builder 图书格式:PDF 授权方式:免费版 C++ Builder核心编程技术 2005-1-12 640 ・C++Builder核心编程技术 图书类别:C++ Builder 图书格式:WDL 授权方式:免费版 跨越C++BUILDER3.0 2004-12-12 255 ・跨越C++BUILDER3.0 图书类别:C++ Builder 图书格式:PDG 授权方式: 创世纪的C++ Builder教程 2004-12-11 251 ・创世纪的C++ Builder教程-foreword first half of 2000, Inprise Company (formerly Borland) C Builder launched the latest version : C Builder 5. C Builder 5 inherited the previous version of the merits, and on this basis to add many new features, such as books ... categories : C Builder book format : PDF license : free version of the core C programming Builder 2005-1-12 640 C core Builder Programming library categories : C Builder Book Format : WDL license : free version of C leap across BUILDER3.0 2004-12-12 255 C BUILDER3.0 books category : C Builder Book Format : PDG Authorization : Genesis C Builder Guide 2004-12-11 251 Genesis C Builder Guide
- 2022-03-21 13:25:38下载
- 积分:1
-
一个3D的控件,显示3D的菜单和图标,界面比较好
一个3D的控件,显示3D的菜单和图标,界面比较好-a 3D controls, showing 3D menu and icon, better interface
- 2022-03-04 05:44:34下载
- 积分: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
-
skin effect of VC interface design with the U.S. share
skin 效果的 VC 界面设计 与大家一起分享-skin effect of VC interface design with the U.S. share
- 2022-02-12 18:17:20下载
- 积分:1
-
基本的椭圆形按钮
基本的椭圆形按钮-basic eclipse round button
- 2022-08-15 01:38:37下载
- 积分:1
-
当Web开发
When developing web-pages or graphics we frequently need a tool that will give us the RGB value of the color of a particular region in some other application s window. An example could be that you need to know the background color of a JPG image so that you can use the same color for the background of the webpage on which you will display the image. ColorFinder comes in handy exactly for this. You can use this tool to pick color from any pixel on the desktop.
- 2022-01-22 04:49:07下载
- 积分:1
-
GDI函数绘制的高效,非常漂亮的自绘按扭.
GDI函数绘制的高效,非常漂亮的自绘按扭.-GDI drawing functions efficient, very beautiful painting from the buttons.
- 2023-08-05 13:15:04下载
- 积分:1