Albert
2004-05-06 08:21:02 UTC
WinInet experts
I am in the process of writing a sample application that intercepts file download requests when a user selects to download a file from the Internet (yes another one). I have successfully implemented a custom IE Download Manager by implementing the IDownloadManager COM interface etc. but I suspect that there may be another approach to intercepting HTTP and FTP file requests with WinInet that may be better suited to what I need
Because I’m unfamiliar with WinInet I was hoping that you would be able to
a) Give me an indication if intercepting client file requests is at all possible with WinInet. (Comments on inter-application issues and welcome)
b) Point me at some documentation. Have not been able to get anything from the MSDN documentation so far except a good reference for methods, interfaces etc. but then again I am unfamiliar with the API so I may be missing things in there
c) If you happen to know exactly how to do it and coincidently have some sample code for this, well, that would be just fantastic. :
Thanks
Albert
I am in the process of writing a sample application that intercepts file download requests when a user selects to download a file from the Internet (yes another one). I have successfully implemented a custom IE Download Manager by implementing the IDownloadManager COM interface etc. but I suspect that there may be another approach to intercepting HTTP and FTP file requests with WinInet that may be better suited to what I need
Because I’m unfamiliar with WinInet I was hoping that you would be able to
a) Give me an indication if intercepting client file requests is at all possible with WinInet. (Comments on inter-application issues and welcome)
b) Point me at some documentation. Have not been able to get anything from the MSDN documentation so far except a good reference for methods, interfaces etc. but then again I am unfamiliar with the API so I may be missing things in there
c) If you happen to know exactly how to do it and coincidently have some sample code for this, well, that would be just fantastic. :
Thanks
Albert