-
实验室刷卡程序,用于实验室管理系统,请站长指正,这个也是从别的网站下载的...
实验室刷卡程序,用于实验室管理系统,请站长指正,这个也是从别的网站下载的-laboratory procedures for laboratory management system, please correct head, the other is from the website
- 2022-04-20 20:00:14下载
- 积分:1
-
这是一个彩色进度条的例子,你想在程序中显示一个漂亮的进度条么,赶快下载吧...
这是一个彩色进度条的例子,你想在程序中显示一个漂亮的进度条么,赶快下载吧-This is a colorful example of the progress that you want to procedures in a beautiful display of the progress of Mody, it quickly download
- 2022-07-23 16:24:21下载
- 积分:1
-
在窗体上实现vista风格的玻璃效果,效果好不错,做界面的话可以参考一下,加到form里面很酷炫的...
在窗体上实现vista风格的玻璃效果,效果好不错,做界面的话可以参考一下,加到form里面很酷炫的-the glass button on the windows by wpf
- 2022-02-25 00:32:34下载
- 积分:1
-
这是一个封装了部分Windows API的控件,它可以实现以下功能:1、Windows关机;2、自动发EMail、自动打开一个主页;3、调用默认程序打开各种类型...
这是一个封装了部分Windows API的控件,它可以实现以下功能:1、Windows关机;2、自动发EMail、自动打开一个主页;3、调用默认程序打开各种类型的文件;4、将自己的程序让Win95启动时执行;5、变VB5.0的工具栏为平面工具栏;6、打开屏幕保护程序;7、打开、关闭CDRom;8、改变Form的标题栏颜色;9、Enable Didable Ctrl+Alt+DEl;10、改变屏幕分辨率;11、播放Mid、Wav音;12、得到硬盘可用空间;13、隐藏、显现鼠标;14、变鼠标为动画光标;15、隐藏、显现任务栏;16、以一PictureBox的图片填充整个Form的背景;17、改变桌面图案- This was seals partial Windows API to control below, it was
allowed to realize the function: 1st, Windows Guan Ji; 2nd,
automatically sends EMail, automatically opens a main page; 3rd, the
transfer tacitly approves the procedure to open each kind of type the
document; 4th, lets own procedure time the Win95 start carries out;
5th, changes VB5.0 the tool fence for the plane tool fence; 6th, opens
the screen saver; 7th, opens, closes CDRom; 8th, changes Form the
title block color; 9th, Enable Didable Ctrl Alt DEl; 10th, change
screen resolution; 11th, broadcasts Mid, the Wav sound; 12th, obtains
the hard disk to be possible to use the space; 13th, the hideaway,
appears the mouse;
- 2022-04-20 16:52:57下载
- 积分:1
-
generally flat button, but with xp style, usage is still relatively big
一般的扁平按钮,同时具有xp风格,用途还是比较大的
-generally flat button, but with xp style, usage is still relatively big
- 2022-02-13 00:28:15下载
- 积分:1
-
所有者描述的按钮步
Owner Draw Button Step-by-Step-Owner Draw Button Step-by-Step
- 2023-04-13 03:55:03下载
- 积分:1
-
在对话框中(如“关于”对话框)嵌入web页面以及如何将HTML文件作为资源嵌入在EXE或DLL中。CHtmlView 可以象其它控件一样用于对话框和任何窗口。此...
在对话框中(如“关于”对话框)嵌入web页面以及如何将HTML文件作为资源嵌入在EXE或DLL中。CHtmlView 可以象其它控件一样用于对话框和任何窗口。此外该程序还示范了如何动态构造 HTML 文档串以及禁用浏览器的上下文菜单。-in the dialog box (such as "on" dialog box) embedded web pages and how to HTML document as a resource embedded in the EXE or DLL. CHtmlView be the same as for other controls and any dialog window. In addition the program also demonstrated how the structural dynamic HTML documents Series and banned the browser context menu.
- 2022-08-25 05:39:35下载
- 积分:1
-
用来创建不同控件的源码,用c编的,大家可以参考
用来创建不同控件的源码,用c编的,大家可以参考-different controls used to create the source code, using the c series, we can refer to
- 2023-01-22 06:05:03下载
- 积分:1
-
procedures name : VC 6.0, which controls the use of image scanning control scann...
程序名称:VC++6.0中利用图像扫描控件控制扫描仪 运行环境:win2000pro vc6 扫描仪 测试内容:scanner.dsw 注意事项:安装与调试环境:必须安装了扫描仪,VC++6.0扫描后,文件暂存到D:you,可在扫描结束的消息处理函数中加入你的函数,你的函数这时可直接读取该文件的数据,以便处理-procedures name : VC 6.0, which controls the use of image scanning control scanner operating environment : win2000pro vc6 scanner contents of the tests : scanner.dsw Note : Installation and debugging environment : the installation of the scanner, VC 6.0 scanning, document transit to the D : you can scan the end of the message processing function to add your function, a function of time you can directly read the document data, in order to handle
- 2023-05-21 07:40:04下载
- 积分: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