Setting Current Application

M

Mdev

I'm opening a VB.NET app from a toolbar and trying to set the current visio
Application
but cannot get it to work.

vsoApplication = Visio.Application

I get "Application is a type in visio and cannot be used in an expression"

How do I set the current application (so I can then go on to select the
activedocument, shapes etc..)

MDev
 
D

David Parker

...soon to be effectively supeceded by ThisAddin.vb, if you have tried VSTO
2005 SE beta...
 
Top