Community of VE/MapPoint Users and Developers
This is a discussion on Show toolbars in Control within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I have the following code: Code: Dim objRoute As MapPointCtl.Route Dim objMap As MapPointCtl.Map MappointControl1.NewMap (geoMapEurope) Set objMap = MappointControl1.ActiveMap ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Show toolbars in Control Code: Dim objRoute As MapPointCtl.Route Dim objMap As MapPointCtl.Map MappointControl1.NewMap (geoMapEurope) Set objMap = MappointControl1.ActiveMap Thanks |
| |||
|
A: "Do a simple search on this forum! Me: "I just did A: "so Me: :P "MappointControl1.Toolbars.Item("Drawing").Vis ible = True" Sorry guys....I did not search first and found the answer. Thanks anyway and sorry for the silly bother. |
| |||
| show in c# Code: object temp = "Drawing"; MapPoint.Toolbar toolbar = this.axMappointControl.Toolbars.get_Item(ref temp); toolbar.Visible = true; kudos to Peter Provost http://www.peterprovost.org/archive/2003/08/30/759.aspx |
![]() |
| Tags |
| control, show, toolbars |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How can I show my current gps location in the ocx control | orto | MapPoint 2006/2009 Discussion | 2 | 07-16-2004 11:54 AM |
| Answer: How to show mappoint toolbars with C# | Anonymous | MapPoint 2006/2009 Discussion | 6 | 05-13-2004 04:19 AM |
| Toolbars and C# | ddpg | MapPoint 2006/2009 Discussion | 1 | 03-29-2004 08:29 AM |
| the map is empty after Show/Hide form with MapPoint control | Anonymous | MapPoint 2006/2009 Discussion | 1 | 03-25-2004 04:24 PM |
| toolbars | Fisherman´s Friend | MapPoint 2006/2009 Discussion | 0 | 09-22-2003 08:13 AM |