Hi, I want to create an IE plug-in where whenever a download dialog is expected, the file is downloaded automatically to a specified folder - the dialog should should not appear. Has anyone worked on something similar? Is such a thing work be possible to do w/out extensive COM/IE/ATL/OLE knowledge? I am somewhat familiar with C++ & COM/ATL/OLE concepts. From the MSDN docs, I also know that I just need to create a COM object which implements a couple of interfaces and register it. But, am absolutely clueless where to begin & how to get to that. (Never used the Visual Studio) Any helpful pointers plz ? Thanks, -pk
P
p33ks
@p33ks
Posts
-
Implementing IDownloadManager & download() method.. -
Implementing IDownloadManager & download() method..Hi, I want to create an IE plug-in where whenever a download dialog is expected, the file is downloaded automatically to a specified folder - the dialog should should not appear. Has anyone worked on something similar? Is such a thing work be possible to do w/out extensive COM/IE/ATL/OLE knowledge? I am somewhat familiar with C++ & COM/ATL/OLE concepts. From the MSDN docs, I also know that I just need to create a COM object which implements a couple of interfaces and register it. But, am absolutely clueless where to begin & how to get to that. (Never used the Visual Studio) Any helpful pointers plz ? Thanks, -pk