killing popup from windows service
I have a windows service which uses powerpoint interop to read powerpoint and write the output in an xml file. Now, if this service is given a password protected PPT to read, it hangs as service cannot handle popups. This popup is the popup to ask password of the PPT. I want to kill this popup, so that my service can throw atleast an error "cannot open PPT".
Any ideas?