资源简介
VC6.0做的仿按键精灵找图找色功能 。生成的findpicture.dll可以被调用来找图片。
代码片段和文件信息
// FindPicture.cpp : Defines the initialization routines for the DLL.
//
#include “stdafx.h“
#include “FindPicture.h“
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//
// Note!
//
// If this DLL is dynamically linked against the MFC
// DLLs any functions exported from this DLL which
// call into MFC must have the AFX_MANAGE_STATE macro
// added at the very beginning of the function.
//
// For example:
//
// extern “C“ BOOL PASCAL EXPORT ExportedFunction()
// {
// AFX_MANAGE_STATE(AfxGetStaticModuleState());
// // normal function body here
// }
//
// It is very important that this macro appear in each
// function prior to any calls into MFC. This means that
// it must appear as the first statement within the
// function even before any object variable declarations
// as their constructors may generate calls into the MFC
// DLL.
//
// Please see MFC Technical Notes 33 and 58 for additional
// details.
//
/////////////////////////////////////////////////////////////////////////////
// CFindPictureApp
BEGIN_MESSAGE_MAP(CFindPictureApp CWinApp)
//{{AFX_MSG_MAP(CFindPictureApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CFindPictureApp construction
CFindPictureApp::CFindPictureApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CFindPictureApp object
CFindPictureApp theApp;
CPoint FindPicture(int x0int y0int x1int y1int EndurationValueCString Bmpfilename)
{ //************************************************************************
CDC SourceCDC;
HBITMAP SourcehBtmp;
BITMAP Sourcebm;
CBitmap SourceCbtmp;
SourcehBtmp = (HBITMAP)::LoadImage(NULLBmpfilenameIMAGE_BITMAP00LR_LOADFROMFILE);
SourceCbtmp.Deleteobject();
SourceCbtmp.Attach( SourcehBtmp);//HBITMAP->Cbitmap
SourceCbtmp.GetBitmap(&Sourcebm);//c bitmap->BITMAP
CDC *pDCDilog ;
HDC pDCDiloghdc;
pDCDiloghdc=GetDC(NULL);//对话框DC///////////////
pDCDilog=::CDC::FromHandle(pDCDiloghdc);
SourceCDC.CreateCompatibleDC(pDCDilog); //这建立的就是与桌面窗口兼容的DC。
SourceCDC.Selectobject(&SourceCbtmp);//medc赋值
//************************************************************************Get LocalMap Info
HDC hDCscreen = ::GetDC(HWND_DESKTOP); //屏幕DC
HDC hTmpDC = CreateCompatibleDC(hDCscreen);
int ScreenWidth=0;
int ScreenHeight=0;
ScreenWidth=::GetSystemMetrics(SM_CXSCREEN);
ScreenHeight=::GetSystemMetrics(SM_CYSCREEN);
CString HAndW;
HAndW.Format(“屏幕分辨率是 %d%d“ScreenWidthScreenHeight);
//::MessageBox(NULLHAnd
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-09-08 12:18 FindPicture\
文件 4270 2012-03-10 01:51 FindPicture\1.bmp
文件 17976 2014-09-08 12:07 FindPicture\FindPicture.aps
文件 352 2012-04-11 11:19 FindPicture\FindPicture.clw
文件 8984 2012-05-12 10:20 FindPicture\FindPicture.cpp
文件 213 2012-04-11 13:39 FindPicture\FindPicture.def
文件 4231 2012-04-11 11:19 FindPicture\FindPicture.dsp
文件 547 2012-04-11 11:19 FindPicture\FindPicture.dsw
文件 1308 2012-04-11 11:19 FindPicture\FindPicture.h
文件 58368 2014-09-08 12:18 FindPicture\FindPicture.ncb
文件 186880 2014-09-08 12:18 FindPicture\FindPicture.opt
文件 258 2014-09-08 12:14 FindPicture\FindPicture.plg
文件 3095 2012-04-11 11:19 FindPicture\FindPicture.rc
文件 2629 2012-04-11 11:19 FindPicture\ReadMe.txt
目录 0 2014-09-06 10:31 FindPicture\res\
文件 383 2012-04-11 11:19 FindPicture\Resource.h
文件 403 2012-04-11 11:19 FindPicture\res\FindPicture.rc2
文件 213 2012-04-11 11:19 FindPicture\StdAfx.cpp
文件 1447 2012-04-11 11:19 FindPicture\StdAfx.h
- 上一篇:Win32——创建美观的按钮控件
- 下一篇:C++实现最小二乘法一元回归和多项式拟合
相关资源
- hid.lib setupapi.lib 等HID开发相关的库和
- MFC下好用的高速绘图控件-(Hight-Spe
- usb_hid_vc++6.0读写设备源码
- 换肤窗口VC++程序与源码
- 亦思C++VC调用
- VC++6.0写的网络爬虫程序
- 数据结构 银行排队系统
- C++调用百度地图案例VC++
- 最新版Zlib1.2.5 编译好 支持vc6.0
- VC++wav文件的读写
- VC++实现动态捆绑EXE文件
- VC6使用GDI+
- VC+MFC网络聊天工具详细设计.doc
- 基于MFC的图像处理
- VC++计算机图形学制作二维图形变换代
- VC6.0完全卸载工具.exe
- 英文版MSDEV
- vc MFC获得uuid或GUID
- BLH与XYZ的转换
- php-5.2.17-nts-Win32-VC6-x86.zip
- glaux.h 免费
- 猎豹网校MFC视频教程全套地址
- 完整串口通信程序(发送和接受)V
- VC++6.0下编译通过JSONjsoncpp-src-0.5.0
- vc++端口转发程序源代码
- 计算机图形学作业原创C/C++ VC++6.0,
- ioncube_loaders_win_nonts_vc6_x86.zip
- Visual C++数字图像模式识别典型案例详
- VC++2010开发权威指南源代码
- WIN7中安装VC6.0
评论
共有 条评论