I've been tasked with creating a browser plugin for IE to bypass the "Open Save Save As" dialog for opening word perfect documents generated by our .net web app.
I was told to investigate download managers and I've come across the following project:
but as far as I can tell the IEDownloadManager Download method won't get called until after the user selects an option from that dialog and not before.
Any suggestions would be appreciated except those suggesting I use another browser. (the state won't let me)
Thanks.