MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




Standard Symbols List

This is a discussion on Standard Symbols List within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Is there a way to display the standard symbols list on a VB form to allow the user to pick ...


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-18-2002
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
Standard Symbols List

Is there a way to display the standard symbols list on a VB form to allow the user to pick one of these symbols so it can be assigned to a particular push pin.

Thanks in Advance
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-19-2002
John Meyer's Avatar
Senior Member
Blue Belt
 
Join Date: Jul 2002
Posts: 479
There is nothing exposed by the MapPoint object model but you can write you own code to provide the same function.

Creat a form, add an image list, listview and a command button. Put the icons in an image list.

Code for the form could look something like this:

Private Sub Command1_Click()
For i = 1 To ListView1.ListItems.Count
If ListView1.ListItems.Item(i).Selected = True Then
symbolNumber = ListView1.ListItems.Item(i)

Unload Me
End If
Next
End Sub


Private Sub Form_Load()

For k = 0 To 255
ListView1.ListItems.Add , , k, k + 1
Next
End Sub

Private Sub ListView1_DblClick()
For i = 1 To ListView1.ListItems.Count
If ListView1.ListItems.Item(i).Selected = True Then
symbolNumber = ListView1.ListItems.Item(i)

Unload Me

End If
Next
Unload Me

End Sub
__________________
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
  #3 (permalink)  
Old 09-19-2002
John Meyer's Avatar
Senior Member
Blue Belt
 
Join Date: Jul 2002
Posts: 479
Here is where you can download the PushPin Icons from Microsoft.

http://www.microsoft.com/downloads/r...eleaseid=32426
__________________
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
  #4 (permalink)  
Old 09-22-2002
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
Thanks for your help

Thanks a lot
Charbel
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

Tags
list, standard, symbols


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
Having trouble getting symbols to match MapPoint's symbols BobFromBoston MapPoint 2006/2009 Discussion 1 05-07-2006 02:06 PM
List of Available Symbols Winwaed MapPoint 2006/2009 Discussion 17 03-25-2005 05:09 PM
NMEA Standard Anonymous MapPoint 2006/2009 Discussion 2 06-17-2004 02:54 PM
MapPoint's Standard 45 Colour Palette Winwaed MapPoint 2006/2009 Discussion 3 05-11-2004 08:06 PM
Looking for "Standard" Mapping software program th.... Anonymous MapPoint 2006/2009 Discussion 1 05-31-2002 02:47 PM


All times are GMT -5. The time now is 11:10 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


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 55