A
ahmad.humyn
I have made an application in which I want to take a printout of a word
document after changing some bookmarks in it. The issue is I dont want
ot make it apparent ot the user that Microsoft Word has opened up.
Word.Application word = new Word.Application();
word.Visible = true;
word.Activate();
And it doesn't activate window until you make it visible.
Can somebody tell a work-around?
Thanks
Regards
document after changing some bookmarks in it. The issue is I dont want
ot make it apparent ot the user that Microsoft Word has opened up.
Word.Application word = new Word.Application();
word.Visible = true;
word.Activate();
And it doesn't activate window until you make it visible.
Can somebody tell a work-around?
Thanks
Regards