Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
QQBitmap.h
Package: CQQFind.rar [view]
Upload User: cxh888fhc
Upload Date: 2017-07-08
Package Size: 240k
Code Size: 1k
Category:
Hook api
Development Platform:
Visual C++
- // QQBitmap.h: interface for the CQQBitmap class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_QQBITMAP_H__85D123C4_51DE_450D_97B8_A97C9891EC15__INCLUDED_)
- #define AFX_QQBITMAP_H__85D123C4_51DE_450D_97B8_A97C9891EC15__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include <Afxtempl.h>
- class CQQBitmap
- {
- public:
- void GetPicture1Rect(RECT &rcP1);
- void FindDifferent();
- CQQBitmap(CString strFilePath);
- BOOL SetCurrenthWnd(HWND hWnd);
- CQQBitmap();
- CQQBitmap(HWND hWnd);
- virtual ~CQQBitmap();
- BOOL DividPicture();
- void PrintBitmapToFile(CString strFilePath,BOOL bBitmapFormat);
- void GetDiffRects(CArray<RECT,RECT>& array);
- private:
- void CheckStyle();
- BOOL m_bSmall;
- // void GetHLine(int &p1Left,int &p1Right,int &p2Left,int &p2Right);
- BOOL DividPictureH();
- BOOL DividPictureV();
- CBitmap m_bpAllPicture;
- CBitmap m_bpPicture1;
- CBitmap m_bpPicture2;
- HWND m_hWnd;
- LONG m_nTop; //记录图形数据离窗口图形上边的距离.
- LONG m_nP1Left;
- LONG m_nP2Left;
- LONG m_nP1Right;
- LONG m_nBottom;
- CArray<RECT,RECT> m_arrayDifRect;
- };
- #endif // !defined(AFX_QQBITMAP_H__85D123C4_51DE_450D_97B8_A97C9891EC15__INCLUDED_)