资源简介
串口调试助手完整版,包括源代码和可执行文件.
代码片段和文件信息
// AnimateIcon.cpp : implementation of the CAnimateDlgIcon class
// written by Rajesh Parikh
// email : rparikh@usa.net
// Not protected by any copyright use it freely
//
/////////////////////////////////////////////////////////////////////////////
#include “stdafx.h“
#include “AnimateDlgIcon.h“
// default constructor
CAnimateDlgIcon::CAnimateDlgIcon()
{
m_iImageCounter = -1;
m_iMaxNoOfImages = -99;
m_imgList.m_hImageList = NULL;
}
// default do nothing destructor
CAnimateDlgIcon::~CAnimateDlgIcon()
{
DestroyIcon(hPrevIcon);
}
// This is the first function which needs to be called in order
// to fill the image list
// Parameters :
// ------------
// int IDOfImgListResource - pass the Resource ID of a toolbar resource
// containing the image list
// int numberOfImages - Number of images (16x16) in the toolbar resource
// transparentColor - RGB value of color you want to be transparent
BOOL CAnimateDlgIcon::SetImageList(int IDOfImgListResourceint numberOfImagesCOLORREF transparentColor)
{
if(numberOfImages <= 0)
return FALSE;
m_iMaxNoOfImages = numberOfImages;
VERIFY(m_imgList.Create(IDOfImgListResource161transparentColor));
return TRUE;
}
// This function needs to be called repetatively to show next image
// Parameters :
// ------------
// NONE
BOOL CAnimateDlgIcon::ShowNextImage()
{
if(m_imgList.m_hImageList == NULL)
return FALSE;
m_iImageCounter++;
if(m_iImageCounter >= m_iMaxNoOfImages)
m_iImageCounter =0;
// extract the icon from imagelist
hIcon = m_imgList.ExtractIcon(m_iImageCounter);
// send the message to frame to update icon
HICON hPrevIcon = (HICON) AfxGetMainWnd()->SetIcon(hIconFALSE);
// Free the previous icon resource
DestroyIcon(hPrevIcon);
return TRUE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1833 1998-12-23 12:48 SCOMMV23\AnimateDlgIcon.cpp
文件 980 1998-12-23 11:40 SCOMMV23\AnimateDlgIcon.h
文件 6162 2011-02-19 10:03 SCOMMV23\Debug\AnimateDlgIcon.obj
文件 0 2011-02-19 10:03 SCOMMV23\Debug\AnimateDlgIcon.sbr
文件 47220 2011-02-19 10:03 SCOMMV23\Debug\HYPERli
文件 0 2011-02-19 10:03 SCOMMV23\Debug\HYPERli
文件 21556 2011-02-19 10:03 SCOMMV23\Debug\PushPin.obj
文件 0 2011-02-19 10:03 SCOMMV23\Debug\PushPin.sbr
文件 3187712 2011-02-19 10:03 SCOMMV23\Debug\SCOMM.bsc
文件 2195579 2011-02-19 11:55 SCOMMV23\Debug\SCOMM.exe
文件 2579340 2011-02-19 11:55 SCOMMV23\Debug\SCOMM.ilk
文件 22581 2011-02-19 11:55 SCOMMV23\Debug\SCOMM.obj
文件 6915428 2011-02-19 10:03 SCOMMV23\Debug\SCOMM.pch
文件 4260864 2011-02-19 11:55 SCOMMV23\Debug\SCOMM.pdb
文件 18416 2011-02-19 10:53 SCOMMV23\Debug\SCOMM.res
文件 0 2011-02-19 10:03 SCOMMV23\Debug\SCOMM.sbr
文件 109930 2011-02-19 11:55 SCOMMV23\Debug\SCOMMDlg.obj
文件 0 2011-02-19 10:03 SCOMMV23\Debug\SCOMMDlg.sbr
文件 27889 2011-02-19 10:03 SCOMMV23\Debug\SerialPort.obj
文件 0 2011-02-19 10:03 SCOMMV23\Debug\SerialPort.sbr
文件 106124 2011-02-19 10:03 SCOMMV23\Debug\StdAfx.obj
文件 1364924 2011-02-19 10:03 SCOMMV23\Debug\StdAfx.sbr
文件 222208 2011-02-19 20:46 SCOMMV23\Debug\vc60.idb
文件 372736 2011-02-19 11:55 SCOMMV23\Debug\vc60.pdb
文件 13096 1998-08-12 09:36 SCOMMV23\HYPERli
文件 3323 1998-08-12 09:36 SCOMMV23\HYPERli
文件 4622 1998-05-27 11:24 SCOMMV23\LABEL.CPP
文件 2093 1998-05-27 11:22 SCOMMV23\LABEL.H
文件 5893 2001-06-23 19:23 SCOMMV23\PushPin.cpp
文件 1310 2001-06-23 19:11 SCOMMV23\PushPin.h
............此处省略43个文件信息
- 上一篇:手机app商城仿京东源码
- 下一篇:EWB512 简单的软件压 缩包 版本最新最好用
相关资源
- PC蓝牙串口调试助手
- 串口调试助手源码 串口调试助手源码
- 电总协议串口调试助手-PowerBus
- 虚拟串口vspd+串口调试助手
- 串口调试助手-XCOM-丁丁
- 基于CSerialPort修改类的串口调试助手源
- win10串口调试助手
- QT5.9 serialport串口通信模块,编写一个
- 手把手Qt串口调试助手开发源码
- 山外智能车多功能调试助手V1.1.6.
- vs2008编的串口调试助手源程序工程文
- 串口调试助手+源代码+ 注释+2个word文
- 上位机、串口调试助手
- Qt5 串口调试助手源代码 漂亮界面版
- qt下支持中文的串口调试助手
- 带波形显示的串口调试助手
- RS232 串口调试助手
- 串口调试助手源代码详细中文注释
- 使用SerialPort类编写的串口调试助手源
- Qt从零开始制作串口调试助手源代码(
- LabVIEW串口调试助手287024
- 具有921600波特率的串口调试助手
- 串口调试助手[VC源码]
- O-ComTool_v2.1.0 串口调试助手
- 串口调试助手SComAssistant v3.0绿色免费
- 串口调试助手2.3
- 单片机流水灯
- sscom4.2串口调试助手
- Qt编写串口调试助手V2016终结版
- 基于qt4串口调试助手
评论
共有 条评论