Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

MapPoint 2009 - Pushpin Symbols

116 views
Skip to first unread message

Chris

unread,
Aug 28, 2008, 4:18:10 AM8/28/08
to
MapPoint 2009 issue...

In the help file it lists 335 pushpin symbols.

If I try and set a pushpin symbol to anything greater than 85 it crashes.
If I set it to something less than 85 it assigns a different symbol to the
one listed in the help file. E.g. 8 used to be some black pin symbol, but
now appears to be a strange car symbol.

What's going on?

Thanks,
Chris


Marvin Hlavac

unread,
Aug 28, 2008, 12:17:13 PM8/28/08
to
> If I try and set a pushpin symbol to anything greater than 85 it crashes.
> If I set it to something less than 85 it assigns a different symbol to the
> one listed in the help file. E.g. 8 used to be some black pin symbol, but
> now appears to be a strange car symbol.

Chris,

You may need to download, and then import additional pushpins. MapPoint 2009
comes with fewer pushpins, but the help file still contains the older info.

Download link:
http://www.microsoft.com/downloads/details.aspx?FamilyID=9ab772c5-4d03-4f5e-a4e7-9fea604c0dee&DisplayLang=en

---
Marvin Hlavac
Laptop GPS World
http://www.laptopgpsworld.com/


.

Eric Frost - MVP

unread,
Aug 28, 2008, 12:31:59 PM8/28/08
to

Chris

unread,
Aug 29, 2008, 11:35:25 AM8/29/08
to
Thanks,

I've changed my program to import them as custom pushpins each time.

Thanks,
Chris

"Eric Frost - MVP" <eric DOT frost AT mp2kmag DOT com> wrote in message
news:%23zzEduS...@TK2MSFTNGP03.phx.gbl...

Manea@discussions.microsoft.com Alexander Manea

unread,
Sep 3, 2008, 11:17:01 AM9/3/08
to
Chris,

if you don't mind me asking, how do you programmatically import custom
symbols?

I need to do that as well.

Thanks,
Alex. M.

Suendorf@discussions.microsoft.com Manfred Suendorf

unread,
Sep 3, 2008, 3:14:01 PM9/3/08
to
there is a free download available: www.mappoint2009.info
you get a Map template with all 2006 business-pins.

Chris

unread,
Sep 4, 2008, 4:27:24 AM9/4/08
to
Hi,

I make sure I have bitmaps of the pushpins I want to use in a Bitmaps folder
off my application folder. Then I do something like this...

' Module Level
Dim RedSymbolIDsArray(1 To 20) As Integer

' Form Load
Dim objSym As MapPointCtl.Symbol
Dim objSymbols As MapPointCtl.Symbols
Dim I As Integer

Set objSymbols = objMap.Symbols

For I = 1 To 20
Set objSym = objSymbols.Add(App.Path & "\Bitmaps\Red" & I & ".bmp")
RedSymbolIDsArray(I) = objSym.ID
Next I

Then later I set a puspin to one of my red numbered icons (1 to 20). E.g.

objPin.Symbol = RedSymbolIDsArray(5)


Thanks,
Chris

"Alexander Manea" <Alexander Ma...@discussions.microsoft.com> wrote in
message news:9D88ECF2-719B-4B10...@microsoft.com...

MeliDe

unread,
Jan 29, 2009, 9:53:04 AM1/29/09
to
Since many of us are having such an issue with the lack of Pushpins, why
doesn't Microsoft just add them back? We may have to uninstall it because I
don't want to have to import them each time.

Eric Frost - MVP

unread,
Jan 31, 2009, 10:36:05 AM1/31/09
to
There are a few work-arounds..you can replace the default template or run Yves's program which modifies the binary. See here --

http://www.mapforums.com/blogs/what-s-new-on-mp2kmag/69-getting-mappoint-2006-pushpins-into-mappoint-2009.html

Eric


"MeliDe" <Mel...@discussions.microsoft.com> wrote in message news:CCBD258D-0065-48E6...@microsoft.com...

Jonathan Shields

unread,
Feb 11, 2009, 6:25:01 AM2/11/09
to
I have just discovered this issue while evaulating MapPoint 2009 Europe. In
2006, 255 symbols. In 2009, only 46, and the symbols themselves have all
changed, so where I used to have a nice red dot I have an amusement park
"flags" symbol!

I will use the workaround that has been kindly supplied in this thread but
it does annoy me that instead of leaving the previous 255 symbols intact and
adding new ones to them, and therby extending functionality, they have
reduced the functionality and made everyone change their code ! Oh well,
same old Microsoft....

0 new messages