P
Paul
Hi,
I've trying to display some of the toolbars and menus that come with visio
2007 inside my application without any luck. Could someone please give me a
hand here?
I'm setting the following already:
axDrawingControl1.NegotiateMenus = true;
axDrawingControl1.NegotiateToolbars = true;
I've come across a sample online on how this can be accomplished, but it
doesn't appear to be the correct syntax:
axDrawingControl1.Window.Application.CommandBars("Layout &
Routing").Visible = true;
CommandBars however appears to be a read-only property and not a method.
It'd be great if someone could shed some light here?
Thank you,
Paul
I've trying to display some of the toolbars and menus that come with visio
2007 inside my application without any luck. Could someone please give me a
hand here?
I'm setting the following already:
axDrawingControl1.NegotiateMenus = true;
axDrawingControl1.NegotiateToolbars = true;
I've come across a sample online on how this can be accomplished, but it
doesn't appear to be the correct syntax:
axDrawingControl1.Window.Application.CommandBars("Layout &
Routing").Visible = true;
CommandBars however appears to be a read-only property and not a method.
It'd be great if someone could shed some light here?
Thank you,
Paul