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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top