VC二次開發MapX入門

2021-04-13 04:33:46 字數 547 閱讀 2382

第一步:用vc++的程式嚮導來建立乙個單文件程式mapxsample。

第二步:project> add to project>files,選擇mapx.cpp和mapx.h。

第三步:定義乙個cmapx物件。

class cmapxsampleview : public cview 

第四步:宣告乙個常量。view > resource symbols>new>name為idc_map。

第五步:在類嚮導中為cmapxsampleview建立wm_size 和 wm_create的處理訊息:

void cmapxsampleview::oncreate(uint ntype, int cx, int cy)

void cmapxsampleview::onsize(uint ntype, int cx, int cy)

第六步:在類嚮導中為cmapxsampleview建立wm_setfocus的處理訊息,以確保當視窗處於活動狀態時得到焦點。

void cmapxsampleview::onsetfocus(cwnd* poldwnd) 

用VC 進行MapX二次開發

發表於 2007年12月10日 11時33分12秒 許可權 公開 閱讀 2 舉報用vc 進行mapx二次開發之一 地理資訊系統概述 writer bluedy er huang 163.com 1.1 地理資訊系統概念 地理資訊系統 geographical information system 簡...

用VC 進行MapX二次開發

writer bluedy er huang 163.com 1.1 地理資訊系統概念 地理資訊系統 geographical information system 簡稱gis,是一種決策支援系統。所謂決策支援系統 decision support syetem 是能從管理資訊系統中獲得資訊,幫助管...

postek二次開發 POSTEK二次開發介面

例項簡介 例項截圖 核心 using system using system.collections.generic using system.componentmodel using system.data using system.drawing using system.text using ...