I
Igor
Hello,
I have an application that opens up Word documents however when the user
closes Word outside the application, the WINWORD process still runs. Any tips
on managing this so we don't end up with 10 Word processes and slow the PC to
a grinding halt?
Maybe there is a way to dispose of the Word._Application object as soon as
the user closes Word but how would this be triggered? I am creating a new
Word._Application object for every document the user open; I have tried to
enclose it in a using statement but it doesn't seem to work.
Thanks,
Igor
I have an application that opens up Word documents however when the user
closes Word outside the application, the WINWORD process still runs. Any tips
on managing this so we don't end up with 10 Word processes and slow the PC to
a grinding halt?
Maybe there is a way to dispose of the Word._Application object as soon as
the user closes Word but how would this be triggered? I am creating a new
Word._Application object for every document the user open; I have tried to
enclose it in a using statement but it doesn't seem to work.
Thanks,
Igor