Thread: Control bars
View Single Post

  #5 (permalink)  
Old 01-11-2005
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,112
Hi,

Quote:
Originally Posted by dynek
im coding it in VBA and I have no .toolbar method for mappointcontrol
In programming, specially if moving between languaes you have to use some imagination to filter the little differences out

Code:
        Map.Application.Toolbars.Item("Navigation").Visible = True
        Map.Application.Toolbars.Item("Drawing").Visible = True
        Map.Application.Toolbars.Item("Standard").Visible = True
        Map.Application.Toolbars.Item("Location and Scale").Visible = True
Reply With Quote