L
Lit
Hello,
After Instantiating a new Word2007 Process and doing something with it It
does not seem to go away. Like get killed.
However
After Instantiating a new Excel2007 Process and when my Program exists it
gets killed.
I found this out when viewing the TaskManager to see what is happening.
Assume app = new Microsoft.office.Interop.Word.Application, or
......Excel.Application
I set app = nothing
I tried to find if app has app.close() or app.exit() or some method to
close it or kill it and I find nothing
How can I find if an instance of an application is running under TaskManager
and how do I kill it.
I would rather see it get killed at will or at the end of the program that
insatiate it.
Thanks for any help
Lit
After Instantiating a new Word2007 Process and doing something with it It
does not seem to go away. Like get killed.
However
After Instantiating a new Excel2007 Process and when my Program exists it
gets killed.
I found this out when viewing the TaskManager to see what is happening.
Assume app = new Microsoft.office.Interop.Word.Application, or
......Excel.Application
I set app = nothing
I tried to find if app has app.close() or app.exit() or some method to
close it or kill it and I find nothing
How can I find if an instance of an application is running under TaskManager
and how do I kill it.
I would rather see it get killed at will or at the end of the program that
insatiate it.
Thanks for any help
Lit