-
This is a spring game's source code, is to use vc development, a great deal...
这是一个跳起游戏的源代码,是用vc开发 的,很有研究价值,-This is a spring game"s source code, is to use vc development, a great deal of research value
- 2023-08-01 00:20:03下载
- 积分:1
-
增强版ComboBox,可以像窗口一样来拉伸。
增强版ComboBox,可以像窗口一样来拉伸。-Enhanced ComboBox, can be the same as the window to stretch.
- 2022-04-24 16:00:42下载
- 积分:1
-
演示各种自绘按钮,如控制颜色,形状为圆形,滚动文字,图形按钮等...
演示各种自绘按钮,如控制颜色,形状为圆形,滚动文字,图形按钮等- Demonstrates each kind from to draw the button, like the
control color, the shape is a circular, rolls the writing, the graph
button and so on
- 2022-10-20 00:30:04下载
- 积分:1
-
vc开发的串口通信相关学习源码
VC串口通信编程实践资料的源码,有助于串口通信的学习,也可根据源码更改为自己的工程,二次开发,但是主要是串口通信的资料。简单界面与编程。
- 2022-02-09 15:54:57下载
- 积分: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
-
网络安全,上网方便的使用工具。是39921上网导航为广大网友定制的网络安全工具软件。...
网络安全,上网方便的使用工具。是39921上网导航为广大网友定制的网络安全工具软件。-Network security, Internet access to facilitate the use of tools. Internet navigation is 39,921 for the general users customized network security tools.
- 2022-04-07 09:56:42下载
- 积分:1
-
能用于多种系统下的灵活列表功能 C++代码
能用于多种系统下的灵活列表功能 C++代码-system can be used in a variety of flexible function List C code
- 2023-05-30 09:05:04下载
- 积分:1
-
控制matlab程序中的等待条的好程序,这样你也可以利用matlab写出C语言一样的漂亮界面了。...
控制matlab程序中的等待条的好程序,这样你也可以利用matlab写出C语言一样的漂亮界面了。-control procedures for the good of the process, so you can also use the C language Matlab write like a pretty interface.
- 2022-07-12 15:02:48下载
- 积分: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
-
关键字查询:打印打印打印源码,源码下载,源码#,…
打印关键字查询: 打印源码、 打印源码下载、 C#打印源码、C#.NET打印源码、 MIS打印、 MISGoldPrinter、 MIS金质打印通、 MIS金质打印王、 报表打印、Excel数据存取、Excel模板打印、Excel报表统计分析、Excel二次开发 网格打印、数据过滤、数据搜索、DataTable/DataView/DataGrid超级数据搜索过滤-Print keyword inquiries : print source, print source download, print source C#, C#.NET Print source, MIS Print, MISGoldPrinter, MIS Print-gold, gold Print MIS Wang, Print statements, Excel Data Access, Excel templates, Excel statements, statistical analysis, Excel II opened Grid printing, data filtering, data search, DataTable/DataView/Super DataGrid data search filters
- 2022-05-10 11:03:53下载
- 积分:1