| Author: cybokid 20 Dec 2008 | Member Level: Silver | Rating:  Points: 4 |
HI Yes, it is just a Plug-in of IE. You can implement IDownloadManager COM component(It is not hard, because it only has one method.) After you registered the component, you should register your class id into HKEY_LOCAL_MACHINEµÄ\Software\Microsoft\Internet Explorer\DownloadUI for IE.
Then your component will take effect.
Btw: it only available for IE5.5 or higher version.
For more information, you can search "Implementing a Custom Download Manager" in MSDN.
Hope this helps,
Thanks Cybokid
|