D
Doogal
Hi
I'm writing a little C# library that generates a Visio diagram. Currently
I'm using the Visio application as an out-of-process COM server. This works
but I'm not too keen on the application appearing momentarily before I have
chance to hide it. Is there a way to get access to the Visio API through an
in-process COM object? I see there is also an ActiveX control which I tried
using but creating it in memory didn't work too well, I presume it expects
to reside on a form somewhere?
Chris Bell
I'm writing a little C# library that generates a Visio diagram. Currently
I'm using the Visio application as an out-of-process COM server. This works
but I'm not too keen on the application appearing momentarily before I have
chance to hide it. Is there a way to get access to the Visio API through an
in-process COM object? I see there is also an ActiveX control which I tried
using but creating it in memory didn't work too well, I presume it expects
to reside on a form somewhere?
Chris Bell