Board index » cppbuilder » newbie and MapPoint... ho ho ho
Shau
![]() CBuilder Developer |
Mon, 21 Nov 2005 04:08:17 GMT
newbie and MapPoint... ho ho ho
Hi,
I am trying to automate MapPoint from borland builder. I know from scouring newsgroups that this is perhaps harder than getting code from a stone but i must persevere. I used the ImportActiveX Control setting to import the active x control and As it stands my solution (which works) is as follows: Variant map_app; map_app = Variant::CreateObject("MapPoint.Application"); active_map= map_app.OlePropertyGet("ActiveMap"); This is all well and good - but it's ridiculously hard work and i am Many many thanks |