-
c++ 钟表程序
PPWizard的创造了这个Test13_4应用程序为您服务。此应用程序不仅介绍了使用Microsoft基础类的基本知识但也是一个起点,编写应用程序。此文件包含了什么?你会发现在每个文件的摘要说让你的Test13_4应用程序。Test13_4.dsp 这个文件(项目文件)中包含的信息在项目层次和 是用来建立一个单一的项目或子项目。其他用户可以共享 项目(.DSP)文件,但他们应该在本地导出的makefile。Test13_4.h 这是应用程序的主头文件。它包含其他 项目特定的头文件(包括Resource.h),并声明 CTest13_4App应用程序类。Test13_4.cpp 这是包含应用程序的主应用程序源文件 类CTest13_4App。Test13_4.rc 这是所有Microsoft Windows资源的列表,该 程序使用。它包括图标,位图和光标存储 在RES子目录中。这个文件可以直接编辑在Microsoft 的Visual C++。Test13_4.clw 此文件包含由类向导信息,以编辑现有 类或添加新类。类向导也使用此文件来存储 所需的信息来创建和编辑消息映射和对话框数据 映射,并创建原型成员函数。水库 Test13_4.ico 这是一个图标文件
- 2022-08-05 10:18:15下载
- 积分:1
-
keys identification procedures by a word and two procedures : the keyboard is a...
按键识别程序由1和2两个字程序组成:1文件是键盘扫描子程序,2文件是求键值子程序,-keys identification procedures by a word and two procedures : the keyboard is a document scanning subroutine, the two documents were seeking keys subroutine,
- 2022-05-18 08:04:00下载
- 积分:1
-
源码CHistoryComboBox 带历史记录的,这时一个自己重新封装过的combox空间。...
源码CHistoryComboBox 带历史记录的,这时一个自己重新封装过的combox空间。-Source CHistoryComboBox with history, when a re-packaging himself off combox space.
- 2022-01-31 02:32:20下载
- 积分:1
-
一个功能强大的用于显示柱、饼状图等的图形控件。如果你做计算机辅助设计软件…
一个功能强大的用于显示柱状图、饼状图等的图形控件。如果你要做CAD软件或科教、演示程序的话,这个类库会节省你不少时间。(30KB)-a powerful column for the show, Caky map graphic control. If you do CAD software or science, education, and demonstration program, the library will save you a lot of time. (30KB)
- 2022-10-31 01:00:02下载
- 积分:1
-
在mfc下制作一个gif按钮,有源码,已经在VC调试通过
在mfc下制作一个gif按钮,有源码,已经在VC调试通过-The mfc produced under a gif button, there is source code, has been adopted in the VC debugger
- 2022-03-02 01:29:53下载
- 积分: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
-
Small calculator
小型计算器程,功能较完备,可以计算:加,减,乘,除,成方,开方,等等。-Small calculator-way, functions quite well, can be calculated: add, subtract, multiply, divide,成方, prescription, and so on.
- 2022-03-15 11:56:36下载
- 积分: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
-
用与隐藏窗口的代码.可以实现多个窗口的隐藏!
用与隐藏窗口的代码.可以实现多个窗口的隐藏!-used to conceal the code window. Multiple windows can be achieved hidden!
- 2022-01-25 15:02:58下载
- 积分:1
-
Control button can control the button to add images, set colors, patterns and se...
按钮控件
可以在按钮控件上添加图片,设置颜色,并可设置鼠标形态等-Control button can control the button to add images, set colors, patterns and settings, such as mouse
- 2022-03-23 23:30:34下载
- 积分:1