MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




Is this possible

This is a discussion on Is this possible within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hi All, I have been asked the following question and require a little assistance in being able to answer it ...


Go Back   MapPoint Forums > Map Forums > MapPoint 2006/2009 Discussion

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read



Click here to register

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-10-2002
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
Is this possible

Hi All,

I have been asked the following question and require a little assistance in being able to answer it as I have no knowledge of interfacing with mappoint.

Q> Is it possible to select a pushpin within mappoint and for the data held against the pushpin i.e. Address / Phone No to be passed out into another application based upon a button being pressed within the external application.

Any help and advice on wether this is possible and how I would need to approach this (i.e. which methods/objects/properties should I be looking at) would be a great help.

Thanks In advance....

Dave Bonas
Analyst Programmer.
dave.bonas@racsoftware.co.uk
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 09-10-2002
John Meyer's Avatar
Senior Member
Blue Belt
 
Join Date: Jul 2002
Posts: 479
Yes you can. Here in this example I'm using the active X control on a VB6 form. This code can be in a command button...

Dim objmap As MapPoint.Map
Set objmap = MappointControl1.ActiveMap
Dim objPin As MapPoint.Pushpin

If TypeOf objmap.Selection Is Pushpin Then
Set objPin = objmap.Selection
MsgBox objPin.Name
MsgBox objPin.Note
End If
__________________
John
http://www.support-pc.com

Order MapPoint 2006 Here
https://secure.mp2kmag.com/?refer=support-PC
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -5. The time now is 12:03 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
MP2K Magazine
Visitor Map


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54