MapPoint Forums

MapForums

Community of MapPoint and Bing Maps Users and Developers




Creating a new toolbar

This is a discussion on Creating a new toolbar within the MapPoint Desktop Discussion forums, part of the Map Forums category; Hi Everyone - I have an add-in working into mappoint 2k4. I would like to add a toolbar into the ...


Go Back   MapPoint Forums > Map Forums > MapPoint Desktop Discussion

Today's Posts Twitter Feed Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-01-2004
Junior Member
White Belt
 
Join Date: Jul 2004
Posts: 9
Creating a new toolbar

Hi Everyone -

I have an add-in working into mappoint 2k4.

I would like to add a toolbar into the mappoint application.

Is this possible??

Code links??

(c#)

thanks
tony
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-01-2004
Junior Member
Yellow Belt
 
Join Date: Jul 2004
Posts: 14
drawing Tool bar

here is the code: for drawing toolbar, u can draw all 4 tool bars like this.


object bar = "Drawing";
this.axMappointControl1.Toolbars.get_Item(ref barObj).Visible = true;
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-01-2004
Winwaed's Avatar
Mapping-Tools.com
Black Belt
 
Join Date: Feb 2004
Posts: 1,352
Blog Entries: 33
That only controls the pre-existing MapPoint toolbars.

I think alt-088 was wanting to add his own custom toolbar? I don't think this is possible. The object api docs from Microsoft don't appear to allow custom toolbars unless there's an 'undocumented' feature that I'm not aware of.
__________________
Winwaed Software Technology LLC
http://www.winwaed.com
See http://www.mapping-tools.com for MapPoint Tools
See the Geoweb Guru for online mapping
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-14-2004
Junior Member
White Belt
 
Join Date: Jul 2004
Posts: 9
ok - i'll try this...

Well -

I've given up on trying to add a new toolbar to the mappoint application
and have switched to a new application wrapped around the mappoint
ocx file....

I can drop the control onto the form with no problem -

but how do i get the default toolbars to be displayed?

thanks
tony
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 11-14-2004
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
Toolbars

AxMappointControl1.Toolbars.Item(1).Visible = True
AxMappointControl1.Toolbars.Item(2).Visible = True
AxMappointControl1.Toolbars.Item(3).Visible = True
AxMappointControl1.Toolbars.Item(4).Visible = True
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
creating, toolbar


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 to enable print button on standard toolbar Wilfried MapPoint Desktop Discussion 3 08-24-2005 01:35 PM
Enabling the Drawing toolbar using VB and MapPoint Control spideybud MapPoint Desktop Discussion 4 11-19-2004 02:03 PM
Creating a new toolbar - adding functionality Anonymous MapPoint Desktop Discussion 1 08-17-2004 10:03 AM
Drawing an Oval Using The Toolbar - QueryCircle? Steve Wenck MapPoint Desktop Discussion 1 08-16-2004 12:49 PM
Enabling only the zoom function of the Navigation Toolbar cathsaigh MapPoint Desktop Discussion 1 07-31-2002 02:23 PM


All times are GMT -5. The time now is 07:37 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2
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 56 57 58 59 60 61 62 63 64 65 66 67