Word.Visible = false (until mousse pressed...)

J

Jorge

Hi all.

I'm generating a Word report with MSGraph charts via C# automation.
At the begining of the generation I declare:
word_application.Visible = false;
And it does work... untill I press the mouse button. Then the word
application becomes visible and it keeps trying to grab the focus, which is
annoying, since I'd like to do something else while the report is being
generated...
Can anyone help me on this?

Best regards,
Jorge
 

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