O
Omatase
I have an application that processes word documents. While processing
I want Word to be hidden. I have taken the following measures:
1. After I instantiate the ApplicationClass object I set the .Visible
property to "false"
2. When opening a document I pass "ref falseValue" in for the visible
parameter (falseValue is an object initialized to "false")
Even though I have these both set two Word windows are open for the
life of the application. The first is opened and visible when I
instantiate the ApplicationClass object, the second when I open a new
document. Both are empty Word windows.
Is there something more I need to do than the above two things?
I want Word to be hidden. I have taken the following measures:
1. After I instantiate the ApplicationClass object I set the .Visible
property to "false"
2. When opening a document I pass "ref falseValue" in for the visible
parameter (falseValue is an object initialized to "false")
Even though I have these both set two Word windows are open for the
life of the application. The first is opened and visible when I
instantiate the ApplicationClass object, the second when I open a new
document. Both are empty Word windows.
Is there something more I need to do than the above two things?