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 :)
 
Top