MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




making a pushpin a hyperlink

This is a discussion on making a pushpin a hyperlink within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; yet another quesiton from me..... this is sort of a continuation from this thread: http://www.mapforums.com/getting-lat...hpin-6483.html So my new/next question is, ...


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

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
  6 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 10-03-2007
Junior Member
Yellow Belt
 
Join Date: Feb 2007
Location: New York
Posts: 16
Send a message via Yahoo to atom
making a pushpin a hyperlink

yet another quesiton from me.....

this is sort of a continuation from this thread:

getting lattitude and longitude from a pushpin


So my new/next question is, how can i make a pushpin a hyperlink?

what i want to do is if I click on a pushpin, I need it to link to a specific worksheet in a excel file.

For example, I have a pushpin named : xxxxºn x xxxºW and I want it to link to a worksheet in excel with the same name. Inside that worksheet will be a visual graph of what that pushpin represents (in my profession, it will be a fiber optic splice enclosure w/ a wiring diagram)
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 10-03-2007
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,055
Re: making a pushpin a hyperlink

Hi,

PushPin object has a Hyperlink property. You can give it the URL you want, for example:
Code:
  PushPin pp = MP.ActiveMap.AddPushPin(..);
  pp.Hyperlink = "http://blablabla";
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 10-03-2007
Junior Member
Yellow Belt
 
Join Date: Feb 2007
Location: New York
Posts: 16
Send a message via Yahoo to atom
Re: making a pushpin a hyperlink

awesome! where can i find the property for the pushpin?

right-click on the pushpin and properties obviously doesnt bring me to a CLI like that.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4 (permalink)  
Old 10-04-2007
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,055
Re: making a pushpin a hyperlink

Hi,

Sorry think I misunderstand. I meant programatically. I don't think you can do that in the standalone executable.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5 (permalink)  
Old 10-04-2007
Junior Member
Yellow Belt
 
Join Date: Feb 2007
Location: New York
Posts: 16
Send a message via Yahoo to atom
Re: making a pushpin a hyperlink

i understand that. can tell me how i would go about finding/programming that code?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6 (permalink)  
Old 10-05-2007
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,055
Re: making a pushpin a hyperlink

Hi,

You can use Mappoint in a program of your own. That can be any programming language, including VBA that comes with excell / access etc.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7 (permalink)  
Old 10-05-2007
Junior Member
Yellow Belt
 
Join Date: Feb 2007
Location: New York
Posts: 16
Send a message via Yahoo to atom
Re: making a pushpin a hyperlink

so what would I do? open my mappoint file in VB or something? it will then give me the code and i will have to scroll down until i find the code for the pushpins?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8 (permalink)  
Old 10-05-2007
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,055
Re: making a pushpin a hyperlink

Hi,

No it is not that simple. You have to install a programming language, or you can do all of it with Excel or Access because it has build in programming language called VBA. In that language you can make a form and put mappoint map on it writing some code. Same for pushpins etc. But you then run your own program, not mappoint standalone version.

I assume you have never done any programming ? In that case you have to study the thing first a little, it is not that hard if you dont want very complicated things. There are also some tutorials on this site where you can find some information and examples.

If you study them a little and think you can do it, then give it a try. Lots of people over here are able to help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9 (permalink)  
Old 10-10-2007
Eric Frost's Avatar
Senior Member
Black Belt
 
Join Date: Jul 1992
Posts: 2,322
Blog Entries: 1
Re: making a pushpin a hyperlink

test -- please ignore this test
__________________
~ Now taking orders for MapPoint 2009 ~
~
~ Upgrade to MapForums Plus membership ~
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


LinkBacks (?)
LinkBack to this Thread: http://www.mapforums.com/making-pushpin-hyperlink-6492.html

Posted By For Type Date
Converting Strings Into Decimal Degree Format - MapPoint Articles - MP2K Magazine This thread Refback 10-10-2007 07:38 AM
Reverse Geocoding with MapPoint 2002 - MapPoint Articles - MP2K Magazine This thread Refback 10-09-2007 08:49 AM
Reverse Geocoding, Another Method - MapPoint Articles - MP2K Magazine This thread Refback 10-08-2007 10:11 AM
An API to Control MapPoint 2006 GPS Features - Part I of II - MapPoint Articles - MP2K Magazine This thread Refback 10-07-2007 04:08 AM
Microsoft MapPoint 2006 - MP2K Magazine This thread Refback 10-05-2007 01:48 PM
MapPoint Articles - MP2K Magazine This thread Refback 10-03-2007 05:03 PM

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

Similar Threads

Thread Thread Starter Forum Replies Last Post
How can I use a hyperlink without saving as a webpage Dan Haglund MapPoint 2006/2009 Discussion 4 10-24-2005 12:55 PM
Opening an application from hyperlink of Pushpin Anonymous MapPoint 2006/2009 Discussion 4 03-14-2005 05:21 AM
Making Pushpin Locations Immoveable Anonymous MP2K Magazine Articles 5 12-28-2004 01:22 PM
TIP: Creating A HyperLink Map to Find Polling Place Eric Frost MapPoint 2006/2009 Discussion 4 11-16-2004 11:31 PM
Hyperlink problems Anonymous MapPoint 2006/2009 Discussion 1 12-08-2003 10:48 AM


All times are GMT -5. The time now is 04:17 PM.


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

Flights to Funchal
Magnificent Madeira provides panoramic views for you. See for yourself and book cheap flights to the capital, Funchal.

Portugal Weather
Check Portugal Weather before you travel. We provide information on Portugal including weather, flights and accommodation.

Flights to Canada
Looking for cheap flights to Canada? dealchecker.co.uk helps you compare prices from all major scheduled and charter airlines.

All Inclusive Maldives
Visit The Holiday Place.co.uk for great deals on all inclusive holidays to the Maldives. Book a holiday to the outstandingly beautiful Maldives.

Balearics
Before booking to the Balearics Islands make sure you check out our travel guide online. The Balearics are renowned for their vibrant nightlife but there are also some stunning Gothic cathedrals, Stone Age ruins and fishing villages.

Price Comparisons
Search and compare millions of holidays, flights and hotels etc. At Travel.co.uk, price comparisons are easy.

Holidays in Lanzarote
A quality luxury hotel awaits your patronage in the Canary Islands. Get information on holidays in Lanzarote at On The Beach.


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