Word automation and SetVisible() method

I

intell1

Dear all:

I have a vc++ application which makes use of Word automation for
reporting. After calling CreateWordApp(), I make sure to set the Word
visibility flag SetVisible(FALSE), so that all action is hidden from the
user.

Works fine on most pc's, but a Win2000 machine, where it behaves like
SetVisible(TRUE). How can I ENFORCE hiding? Besides setting the flag,
which does not work in that particular case. Also, what can be possibly
causing this behaviour?

TIA,
Nikolas
 
L

Lusodana

Can you move to the flag in sted of set it to false? I have been working with
OLE automation and it works that way

regards

Fernando

"intell1" skrev:
 

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