资源简介
用c++实现利用Google地图API实现的定位查找,可以和IP数据库一起做定位查找程序,很好用。也可以用来调用任意网页里的Javascript函数。
--忘了地图文件了,不好意思,是用GoogleAPI写的Map.html文件。单独上传,供免费下载。
代码片段和文件信息
// DlgProxy.cpp : implementation file
//
#include “stdafx.h“
#include “PreViewDocument.h“
#include “DlgProxy.h“
#include “PreViewDocumentDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CPreViewDocumentDlgAutoProxy
IMPLEMENT_DYNCREATE(CPreViewDocumentDlgAutoProxy CCmdTarget)
CPreViewDocumentDlgAutoProxy::CPreViewDocumentDlgAutoProxy()
{
EnableAutomation();
// To keep the application running as long as an automation
// object is active the constructor calls AfxOleLockApp.
AfxOleLockApp();
// Get access to the dialog through the application‘s
// main window pointer. Set the proxy‘s internal pointer
// to point to the dialog and set the dialog‘s back pointer to
// this proxy.
ASSERT (AfxGetApp()->m_pMainWnd != NULL);
ASSERT_VALID (AfxGetApp()->m_pMainWnd);
ASSERT_KINDOF(CPreViewDocumentDlg AfxGetApp()->m_pMainWnd);
m_pDialog = (CPreViewDocumentDlg*) AfxGetApp()->m_pMainWnd;
m_pDialog->m_pAutoProxy = this;
}
CPreViewDocumentDlgAutoProxy::~CPreViewDocumentDlgAutoProxy()
{
// To terminate the application when all objects created with
// with automation the destructor calls AfxOleUnlockApp.
// Among other things this will destroy the main dialog
if (m_pDialog != NULL)
m_pDialog->m_pAutoProxy = NULL;
AfxOleUnlockApp();
}
void CPreViewDocumentDlgAutoProxy::OnFinalRelease()
{
// When the last reference for an automation object is released
// OnFinalRelease is called. The base class will automatically
// deletes the object. Add additional cleanup required for your
// object before calling the base class.
CCmdTarget::OnFinalRelease();
}
BEGIN_MESSAGE_MAP(CPreViewDocumentDlgAutoProxy CCmdTarget)
//{{AFX_MSG_MAP(CPreViewDocumentDlgAutoProxy)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
BEGIN_DISPATCH_MAP(CPreViewDocumentDlgAutoProxy CCmdTarget)
//{{AFX_DISPATCH_MAP(CPreViewDocumentDlgAutoProxy)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_DISPATCH_MAP
END_DISPATCH_MAP()
// Note: we add support for IID_IPreViewDocument to support typesafe binding
// from VBA. This IID must match the GUID that is attached to the
// dispinterface in the .ODL file.
// {3E5DD88C-8A3B-497C-BF83-3FB3A4B481EE}
static const IID IID_IPreViewDocument =
{ 0x3e5dd88c 0x8a3b 0x497c { 0xbf 0x83 0x3f 0xb3 0xa4 0xb4 0x81 0xee } };
BEGIN_INTERFACE_MAP(CPreViewDocumentDlgAutoProxy CCmdTarget)
INTERFACE_PART(CPreViewDocumentDlgAutoProxy IID_IPreViewDocument Dispatch)
END_INTERFACE_MAP()
// The IMPLEMENT_OLECREATE2 macro is defined in StdAfx.h of this project
// {A4F8F880-E787-4541-8BEF-7D93F25D71B1}
IMPLEMENT_OLECREATE2(CPreViewDocumentDlgAutoProxy “PreViewDocument.Application“ 0xa4f8f880 0xe787 0x4541 0x8b
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-01-09 13:01 PreViewDocument\
目录 0 2011-01-09 13:01 PreViewDocument\Debug\
文件 21553 2011-03-13 00:27 PreViewDocument\Debug\DlgProxy.obj
文件 0 2011-03-13 00:27 PreViewDocument\Debug\DlgProxy.sbr
文件 4318208 2011-03-13 00:34 PreViewDocument\Debug\PreViewDocument.bsc
文件 139336 2011-03-17 15:21 PreViewDocument\Debug\PreViewDocument.exe
文件 360164 2011-03-17 15:21 PreViewDocument\Debug\PreViewDocument.ilk
文件 13603 2011-03-13 00:27 PreViewDocument\Debug\PreViewDocument.obj
文件 6877264 2011-03-13 00:18 PreViewDocument\Debug\PreViewDocument.pch
文件 508928 2011-03-17 15:21 PreViewDocument\Debug\PreViewDocument.pdb
文件 3120 2011-03-17 15:21 PreViewDocument\Debug\PreViewDocument.res
文件 0 2011-03-13 00:27 PreViewDocument\Debug\PreViewDocument.sbr
文件 1492 2011-03-13 00:26 PreViewDocument\Debug\PreViewDocument.tlb
文件 66216 2011-03-13 00:34 PreViewDocument\Debug\PreViewDocumentDlg.obj
文件 0 2011-03-13 00:34 PreViewDocument\Debug\PreViewDocumentDlg.sbr
文件 105858 2011-03-13 00:18 PreViewDocument\Debug\StdAfx.obj
文件 1374990 2011-03-13 00:18 PreViewDocument\Debug\StdAfx.sbr
文件 246784 2011-03-18 12:59 PreViewDocument\Debug\vc60.idb
文件 446464 2011-03-13 00:34 PreViewDocument\Debug\vc60.pdb
文件 63967 2011-03-13 00:18 PreViewDocument\Debug\webbrowser3.obj
文件 0 2011-03-13 00:18 PreViewDocument\Debug\webbrowser3.sbr
文件 66439 2011-03-13 00:18 PreViewDocument\Debug\WebPage.obj
文件 0 2011-03-13 00:18 PreViewDocument\Debug\WebPage.sbr
文件 3174 2010-11-24 16:23 PreViewDocument\DlgProxy.cpp
文件 1738 2010-11-24 16:23 PreViewDocument\DlgProxy.h
文件 36708 2011-03-18 12:59 PreViewDocument\PreViewDocument.aps
文件 1611 2011-03-18 12:59 PreViewDocument\PreViewDocument.clw
文件 2789 2010-11-24 16:23 PreViewDocument\PreViewDocument.cpp
文件 5198 2011-03-13 00:19 PreViewDocument\PreViewDocument.dsp
文件 597 2011-03-13 00:19 PreViewDocument\PreViewDocument.dsw
文件 1423 2010-11-24 16:23 PreViewDocument\PreViewDocument.h
............此处省略41个文件信息
- 上一篇:FTP客户端与服务器的MFC实现
- 下一篇:c++实现局域网文件传送基于socket
相关资源
- c++实现局域网文件传送基于socket
- c++ssk皮肤文件使用方法
- 《Qt中的C++技术》
- 完整的C++贪吃鱼游戏
- C++培训课程资料1
- C++编写的邮局选址问题
- C++全英文授课课件
- c++音乐播放器
- C++程序设计谭浩强PDF完整版
- Visual C++音频-视频技术开发与实战1-
- VC++计算器源代码
- Boost.Asio C++ Network Programming(2nd) az
- Accelerated C++ 无水印pdf
- MFC电子邮箱
- EffectiveC++ 中文版 & EffectiveC++ 3rd 英文
- VC++实现悬浮窗 迅雷360悬浮球
- 简单HTTP代理服务器-源码c++
- Visual.Assist.X助手及其注册码 VC++
- C++程序设计_谭浩强_PDF电子书
- 全国计算机二级题库 c++ 二级
- MFC网络聊天工具
- VS2015 C++操作WebService
- 数据结构与算法分析C++语言描述第二
- C++ 学生成绩管理系统125548
- 读取各省分界线坐标数据,绘制中国
- C++面向对象程序设计龚晓庆课后习题
- 五子棋大作业C++实现
- 《Visual C++ MFC棋牌类游戏编程》的源代
- VC++实现的软件自动更新模块Updater源码
- 计算器MFC+VC++
评论
共有 条评论