S
SomeNewDev
Hi,
I'm adding data to visio via the AddFromXML method (with "0" as AddOptions).
And I'm realizing right now, that the window isn't shown after the adding.
I have to show it over Menu > View > External Data Window.
But I want it to be shown by default. I tried looping through
ActiveWindow.Windows
collection, coz I thought I could seek for it and then show it. But it's
also not there.
What would be the way to show that window programmatically ?
Thanks in advance
I'm adding data to visio via the AddFromXML method (with "0" as AddOptions).
And I'm realizing right now, that the window isn't shown after the adding.
I have to show it over Menu > View > External Data Window.
But I want it to be shown by default. I tried looping through
ActiveWindow.Windows
collection, coz I thought I could seek for it and then show it. But it's
also not there.
What would be the way to show that window programmatically ?
Thanks in advance