How to bring Built-in Menu/Tool Bar using C# to windows Form

B

Bubily

Hi ,

I'm using activex visio component in c# windows application. Here how to
bring Built -in (not Customized ) Menu Bar and Tool Bar of Visio to this
control or Form.

Thanks in advance,

Bubily
 
A

Alex [MSFT]

Unfortunately .NET WinForms applications do not support NegotiateMenus and
NegotiateToolbars, which are necessary for displaying Visio's built-in UI in
this context. I have heard of people adding the necessary support to a .NET
application, but it is not a trivial undertaking.

Alex
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top