Word.Visible = false (untill mouse pressed...)

  • Thread starter 0x80248011 again and again
  • Start date
0

0x80248011 again and again

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
 
Top