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
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 ...
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
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;
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
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
AxMappointControl1.Toolbars.Item(1).Visible = True
AxMappointControl1.Toolbars.Item(2).Visible = True
AxMappointControl1.Toolbars.Item(3).Visible = True
AxMappointControl1.Toolbars.Item(4).Visible = True
There are currently 1 users browsing this thread. (0 members and 1 guests)