M
miztaken
Hi there,
I have been doing office automation in C# using interop assemblies.
I am having two problems:
I want to hide the windows of WINWORD, EXCEL and PPT during automation
process.
I have tried making the application;s visibile=false but still it gets
displayed?
Is there anyway i can hide the window?
Also even after i close the application by app.Quit() in some cases
the window still remains and i have to close my application as a whole
to let it go.Even in some cases the office window remains even after i
close my application?
Please help me
miztaken
I have been doing office automation in C# using interop assemblies.
I am having two problems:
I want to hide the windows of WINWORD, EXCEL and PPT during automation
process.
I have tried making the application;s visibile=false but still it gets
displayed?
Is there anyway i can hide the window?
Also even after i close the application by app.Quit() in some cases
the window still remains and i have to close my application as a whole
to let it go.Even in some cases the office window remains even after i
close my application?
Please help me
miztaken