View Single Post

  #1 (permalink)  
Old 07-24-2002
cathsaigh cathsaigh is offline
Junior Member
White Belt
 
Join Date: Jul 2002
Posts: 2
Enabling only the zoom function of the Navigation Toolbar

I have develped an app that uses a MapPoint Control that creates a map with
a pushpin based on Lat/Lon. I would like to allow users to be able to
zoom-in or zoom-out on the Pushpin, but not re-search, find, or browse to
different locations.

Programmatically, I have only been able to control the entire "Navigation"
toolbar (e.g.

Code:
MPC.Toolbars.Item("Navigation").Visible = False
). Is there a way to enable only Zoom control or disable the other
navigation features?
__________________
Director, IS
Allegheny HealthChoices
Pittsburgh, PA
Reply With Quote