1
Answer

killing popup from windows service

savan gandhi

savan gandhi

17y
3.6k
1
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?
Answers (1)