Visio toolbar in Visio ACTIVEX Control C#

P

Pradeep

I am using visio activex control in my C# application.
I want to display the Visio toolbar along with the Visio ActiveX control.
Help me with how to display the Visio toolbar..
 
J

JuneTheSecond

The easiest way might be floating them by
Microsoft.Office.Core.MsoBarPosition--
JuneTheSecond property, but the toolbars are foloting upon nothing, not
fixed on form. Example was posted at this site, search with keywords
"ToolBars".
The other way is implementing IOleInPlaceFrame correctly, but is not easy.
You can download a kind of example at chapter 13 in
http://www5.plala.or.jp/atata/net/chap13.html
, but this site is written in Japanese only.
 

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