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
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