-
一个用来获取系统硬件信息的简单程序,例如系统的序列号
一个用来获取系统硬件信息的简单程序,例如系统的序列号
- 2022-11-14 21:10:03下载
- 积分:1
-
a campaign
一个平抛运动演示程序.-a campaign-throwing demonstration program.
- 2023-08-24 14:40:03下载
- 积分:1
-
目前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的...
目前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的使用,使其不再被局限于MFC,本人花时间改造了一下这个类,改造后,该类可以应用于任何MFC、 WTL/ATL及其它WINDOWS API编程。
由于原来的CPictureEx是继承于CStatic类,本人改造后,在CPictureEx中直接封装了一个窗口句柄HWND。
假设您在一个弹出式Dialog对话框中加载gif动画,您要做的就是在对话框中放一个控件,可以是BUTTON、STATIC等等。假设您加的这个控件的ID是IDC_FLASH,您的对话框窗口句柄是hDlg,则要使用CPictureEx,将非常简单。详情参见源代码。-present on the Internet which is a CPictureEx category for loading GIF animation, But such is mfc Packaging category for the non-use of the c mfc speaking programmers, which can not be used. To allow such to allow more people to use, it will not be confined to the MFC. I spend time on this transformation of the type that after transformation, and these can be applied to any MFC. WTL/ATL and other Windows API programming. As the original CPictureEx inherited from CStatic category, I transform, In CPictureEx directly Packaging a window handle HWND. Suppose you in a pop-up dialog box loaded Dialog gif animation You need to be done is up in a
- 2022-07-09 13:07:36下载
- 积分:1
-
pascal语言基础知识,新手可以通过它了解到有关pascal的基础知识...
pascal语言基础知识,新手可以通过它了解到有关pascal的基础知识-pascal基础
- 2022-02-22 02:19:06下载
- 积分:1
-
This is my personal design modifications graduated first version
这是我个人毕业设计修改的第一个版本---图像处理版本1...需要的下-This is my personal design modifications graduated first version- version of image processing needs under one ...
- 2022-04-28 13:37:34下载
- 积分:1
-
增强元文件的读写操作,关于EMF的
增强元文件的读写操作,关于EMF的-strengthen the yuan and write papers on the EMF
- 2022-03-06 03:57:40下载
- 积分:1
-
PCB布线
pcb布线-PCB wiring
- 2022-02-02 12:25:37下载
- 积分:1
-
具有显示一般函数的功能,如SIN、COS、TAN、CTG等
具有显示一般函数的功能,如SIN、COS、TAN、CTG等-have indicated general of functionality, such as SIN, COS, TAN, such as CTG
- 2022-11-08 13:55:03下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
linux下看chm的小程序,编译器gcc,安装步骤见README
linux下看chm的小程序,编译器gcc,安装步骤见README-viewed chm small procedures, compiler gcc, installation steps see README
- 2023-03-19 10:05:03下载
- 积分:1