How to instantiate Visio from C#? Thks AC
C Chris Roth [ Visio MVP ] Dec 1, 2004 #2 using Visio = Microsoft.Interop.Visio; // (or something similar) .... Visio.Application visApp = New Visio.Application(); -- Hope this helps, 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