-
VC++编写的,各式各样风格的button
VC++编写的,各式各样风格的button-VC++ Prepared, a wide range of styles of button
- 2022-10-14 14:30:02下载
- 积分:1
-
一个关于通信方面的类,用于串口异步通信
一个关于通信方面的类,用于串口异步通信
-one of the categories of communications for asynchronous serial communications
- 2022-04-22 20:50:06下载
- 积分:1
-
CD抓轨控件,不需要身生成映像文件就能直接抓取CD音轨并转存为:mp3、mp2、ogg、wma、wave 文件,可以根据时间或开始/结束点来抓取指定CD音轨的某...
CD抓轨控件,不需要身生成映像文件就能直接抓取CD音轨并转存为:mp3、mp2、ogg、wma、wave 文件,可以根据时间或开始/结束点来抓取指定CD音轨的某一部分;你还可以同时抓取2条或更多CD音轨并合并成一条音轨刻录。新技术、新算法让该控件变得更小但速度更快;测试版附带有VB的例子。本控件需要安装:ASPI驱动及Windows Media Format。-CD, not body image files can be generated directly crawls CD soundtrack and transfers for : mp3, mp2, ogg, and includes a wave file that can be based on time or start/end point designated to capture a soundtrack CD; You can also capture two or more CD soundtrack and consolidated into a soundtrack recording. New technologies, new algorithms allow the controls become much smaller but faster; A test version of VB fringe examples. The controls need to install : ASPI driver and the Windows Media Format.
- 2023-07-29 05:00:04下载
- 积分:1
-
克隆按钮方便你可以改变参数
to clone ibuttons easy and you can change parameters
- 2022-06-17 19:08:51下载
- 积分:1
-
路的儿子到当地的玉石展品对早期的路径上的当地家庭两光滑。
卢地方地子一玉上上早早展览品峰回路转阖地地方地二屯卢是蜗了解到-Lu son to a local jade exhibits on early on the path to local families to two Tuen Lu is aware Worm
- 2022-07-02 02:33:20下载
- 积分: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
-
一个LED时钟显示程序,用vc实现,效果挺不错,支持一下啊~
一个LED时钟显示程序,用vc实现,效果挺不错,支持一下啊~-A LED clock display program with vc realize the results very good, support you ah ~
- 2022-03-17 18:54:49下载
- 积分:1
-
基本对话框的使用
资源描述利用MFC,学习树形控件,Group Box, 静态文本,编辑框,按钮,List Control 和 List Box等基本知识的使用。
- 2022-01-22 11:26:20下载
- 积分:1
-
添加静态界面图标
添加静态界面图标-add static interface icon
- 2022-06-01 13:08:27下载
- 积分:1
-
two targets ASP provided by the built
这两个对象是ASP所提供的内置对象中最常用的两个。在浏览器(或其他用户代理)和Web服务器之间,请求与响应中发生的信息交流可以通过ASP中的两个内置对象来进行访问和管理,这两个对象称为Request和Response对象。-two targets ASP provided by the built-in objects most commonly used two. The browser (or other user agent) and the Web server, and the response to the request of the exchange of information through the ASP two built-in objects to visit and management, which two objects called Object Request and Response.
- 2022-09-23 17:15:02下载
- 积分:1