Community of VE/MapPoint Users and Developers
This is a discussion on OLE Delphi 6 Novice within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hi New to MapPoint and I need a quick kick start please. I want to bring up a up Map ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| OLE Delphi 6 Novice New to MapPoint and I need a quick kick start please. I want to bring up a up Map on a Form in Delphi 6. The following Code Example I used failed with Invalid Class String in CreateObject:- var vGuid: TGuid; OleContainer: TOleContainer; begin OleContainer.CreateObject('MapPoint.Map.EU.9', False); OleContainer.DoVerb(1); OleContainer.OleObjectInterface.GetUserClassID(vGu id); FMap := IDispatch(OleContainer.OleObject) as _Map; FMap:= Application1.ActiveMap; FMap.Application.Visible := TRUE; FMap.GoToLatLong(51, -2, 100); end; Many Thanks in Anticipation for your Assistnts Regards Henry |
| ||||
|
There are a couple articles that should help -- Using MapPoint in Delphi and Delphi Address Verifier Eric
__________________ |
![]() |
| Tags |
| delphi, novice, ole |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using MP2004 with Delphi | Anonymous | MapPoint 2006/2009 Discussion | 13 | 03-02-2005 08:50 AM |
| DisplayDataMap in Delphi 7 | Anonymous | MapPoint 2006/2009 Discussion | 0 | 12-17-2004 06:59 AM |
| Delphi | Anonymous | MapPoint 2006/2009 Discussion | 2 | 12-18-2003 12:11 PM |
| 'AddCommand' + Delphi | stuarth | MapPoint 2006/2009 Discussion | 0 | 04-09-2003 10:18 AM |
| Mappoint With Delphi 5 | stuarth | MapPoint 2006/2009 Discussion | 1 | 04-08-2003 11:21 AM |