-
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
-
一个小巧实用的网站购物车代码
一个小巧实用的网站购物车代码-a practical compact site Cart code.
- 2022-03-19 04:42:49下载
- 积分:1
-
使用MFC编写界面程序时,几个扩展控件的类以及类的实现
使用MFC编写界面程序时,几个扩展控件的类以及类的实现-MFC prepared to use interface program, several types of controls, as well as the expansion of categories to achieve
- 2022-02-05 16:13:25下载
- 积分:1
-
An image management procedures users through the program, in seconds to find th...
一个图片管理程序;用户可以借助于该程序,在数秒钟内找到自己计算机上的图片,加以编辑并进行欣赏。-An image management procedures users through the program, in seconds to find their own pictures on your computer, edit and enjoy.
- 2022-12-05 20:30:03下载
- 积分:1
-
一个简单的登陆系统,初学者入门学习比较有利!
一个简单的登陆系统,初学者入门学习比较有利!-a simple landing system, beginners learn more favorable entry!
- 2022-03-16 19:03:55下载
- 积分:1
-
实现背景透明的按钮类(306KB)
实现背景透明的按钮类(306KB)-achieve transparent background category buttons (306KB)
- 2023-01-22 16:00:03下载
- 积分:1
-
谷 歌 Chrome进度条
翻译 maninwest@Codeforge 作者:VallarasuS@CodeProject这里展示如何从头开始创建一个 Go ogle Chrome 主题的 进度条。任何进度条控件都依赖于一个值及表示进度值的图形。 Goo gle Chrome 下载程序有个圆圈表示进度。使用代码ChromeProgressBaris 跟 Chrome ProgressBar 的工作原理一样。将进度值转化为一个圆圈图形来表示.private void PaintProgress(PaintEventArgs e)
{ using( SolidBrush progressBrush = new SolidBrush(this.ProgressColor))
{
Rectangle rect = LayoutInternal.ProgressRectangle;
rect.Inflate(-2, -2);
rect.Height -= 2; rect.Width -= 2; float startAngle = -90; float sweepAngle = Progress / 100 * 360;
e.Graphics.FillPie(progressBrush, rect, startAngle, sweepAngle);
}
}这里是如何使用图形路径和4条线绘制圆圈和细分部分。对 Graphics 对象的剪切部分进行调整来剪切圆圈外的线。private void PaintBorder(PaintEventArgs e)
{
GraphicsPath borderPath = new GraphicsPath();
Rectangle progressRect = LayoutInternal.Prog
- 2022-08-08 07:55:37下载
- 积分: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
-
可以为在按钮上增加图标,定义了一个派生于Cbutton类的新类CButtonST...
可以为在按钮上增加图标,定义了一个派生于Cbutton类的新类CButtonST
-Can be added to the button icon, derived from the definition of a new class Cbutton category CButtonST
- 2022-03-24 16:38:51下载
- 积分:1
-
指示灯按钮
指示灯按钮- Indicating lamp button
- 2022-06-15 04:32:03下载
- 积分:1