Help: How Can I close the visio process which created by my self?

D

DaXiang

Hi All,
Microsoft.Office.Interop.Visio.ApplicationClass application = new
Microsoft.Office.Interop.Visio.ApplicationClass();

I couldn't find Exit(),Close() etc. methods to close the visio process.

But I don't want to use Process.Kill to terminate it.
What Can I do for this?

Thanks.
 
D

DaXiang

Microsoft.Office.Interop.Visio.InvisibleAppClass.Quit();

got it ,

any way ,thank you so much :)
 

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