changing the font and size of a Docked window in .NET Add-In

A

Amir

Hi everyone

I'm trying to make a window in a Managed COM Add-In in visio 2003 like the
following code: (VB.NET)

anchorWindow = visioApplication.ActiveWindow.Windows.Add("Test",
VisWindowStates.visWSDockedBottom _
Or VisWindowStates.visWSVisible, _
VisWinTypes.visAnchorBarAddon)

that visioApplication is an object of "Application" type.
How can I change it's size (Height)? I can not do that due to the Docked
property.
Meanwhile, how can I change the font of that window's caption?

Thanks in advance
 

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