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
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