How to change Visio File Summary Dialog Box Form Title

A

Asif

I am using Visio 2003 ActiveX Control in my application using VB.NET
2005.

I am calling "visCmdFileSummaryInfoDlg" Command to open File Summary
Dialog Box. Dialog Box is open successfully but it is showing
"VisioDocument Properties" in Form Title instead of "File Name
Properties" as opposed to Visio 2003 Application which shows file name
in form title .

Can any one let me know about how to set File Summary Dialog Box
Form Title ?

Thanks

Asif
 
J

JuneTheSecond

Drawing name opened in ActiveX Control is always Visio Drawing. Some of
Visio sub window can be renamed by Caption property, if the window object can
be obtained. but this window might not be such a case.
 
Top