S
steve.welborn
Hello, I was wondering if there is a plan in the next version of Word to
allow adding a reference to the Word class without Word being started in the
background?
For example everytime you do an Application objApp = new Application(), a
new instance of Word is started in the background. Which is a huge memory hog
and posses a problem for those who need more than one person to access a
class that is built with a reference to Word class.
Why is it made this way and is there a way around it?
Thank you for your time.
allow adding a reference to the Word class without Word being started in the
background?
For example everytime you do an Application objApp = new Application(), a
new instance of Word is started in the background. Which is a huge memory hog
and posses a problem for those who need more than one person to access a
class that is built with a reference to Word class.
Why is it made this way and is there a way around it?
Thank you for your time.