How to close word application from C#.NET

N

Nilesh

I have found lots of articles mentioning about how to
open word application (using wApp = new
Word.ApplicationClass()) and then a word document (using
wDoc = wap.Documents.Open(...)). I am able to close the
opened word document using (wDoc.close(...)). I am not
able to close the word application instance. This slows
down my entire PC. Kindly help me in this!
 

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