I can turn a toolbar on or off as follows:
AxMappointControl1.Toolbars.Item("Navigation").Vis ible = True
Is there any way to manage individual tools? For instance, on the drawing toolbar, the only tool I want visible is the pushpin.
This is a discussion on Managing Toolbars (In .Net) within the MapPoint Desktop Discussion forums, part of the Map Forums category; I can turn a toolbar on or off as follows: AxMappointControl1.Toolbars.Item("Navigation").Vis ible = True Is there any way to manage ...
I can turn a toolbar on or off as follows:
AxMappointControl1.Toolbars.Item("Navigation").Vis ible = True
Is there any way to manage individual tools? For instance, on the drawing toolbar, the only tool I want visible is the pushpin.
Hi,
I dont think this is possible. Solution for you could be to make your own toolbar.
rgds, Wilfried Mestdagh
www.mestdagh.biz
www.comfortsoftware.be
www.expertsoftware.be
MapPoint coding demo
MapPoint 2011 available, buy now
make my own toolbar, eh......
Within Mappoint or VS?
If Mappoint, can you point me in the right direction there?
If VS, are there examples of how I can emulate such behavior as placing a pushpin on a map based on a point and click?
Hi,
Not in mappoint, I did mean in your application. I have no example, sorry. But I think you only need a few things. So what you wants you put on a panel, and further you can in fact do as if you where writing some kind of drawing program. You have OnMouseMove with x,y as arguments, OnBeforeClick where you can disable mappoint popup menu, and eventuall display your own, and further you can in code put pushpins, shapes etc on the map.
I hope this helps a little..
rgds, Wilfried Mestdagh
www.mestdagh.biz
www.comfortsoftware.be
www.expertsoftware.be
MapPoint coding demo
MapPoint 2011 available, buy now
Hi
object o = "Standard";
axMappointControl1.Toolbars.get_Item(ref o).Visible = true;
when i say above statement it is showing the standard tool bar , but save and print option is in disable mode . how can i enable those
Thanks in advance
There are currently 1 users browsing this thread. (0 members and 1 guests)