How to instantiate Visio from C#

  • Thread starter Adelaide Carvalho
  • Start date
C

Chris Roth [ Visio MVP ]

using Visio = Microsoft.Interop.Visio; // (or something similar)

....

Visio.Application visApp = New Visio.Application();

--

Hope this helps,

Chris Roth
Visio MVP
 
Top