Change the application name with VBA

M

Mario Wilding

Hello!

Does somebody know how I can change the application name with VBA ???

Best regards
Mario Wilding
 
C

Chris Roth [MVP]

Hmm. The Visio.Application.Window.Caption property seems to be "read only".

I believe I've seen this done before, but I imagine it was done with Windows
API calls. It probably has to be refreshed often as well, because I'd guess
that Visio would repaint the window with the default caption.

Sorry I can't be sure on this one, perhaps someone else knows the details?


--
Hope this helps,

Chris Roth
Visio MVP

www.wanderkind.com/visio
 
Top