Invisible Visio App

S

SJ

How can I create and invisible instance for a Visio Application. I tried
using the CVisioInvisibleApp class and then calling the same functions that I
would for the CVisioApplication class. This does not work.


Thanks
 
B

bnk

#import "vislib.dll" no_namespace named_guids

IVApplicationPtr app;
app.CreateInstance(CLSID_InvisibleApp);

Regards, Nikolay.
 
Top