IDownloadManager Interface in Vb.NET??

andresiraola

New member
Joined
Dec 12, 2004
Messages
1
the title says all.. what about the IDownloadManager Interface??
how can i implement it in vb.net ??..
you know.. ive developed a download manager which supports pause and resume whenever u want but i cant link it with IE.. ive been look for the way of doing it and if found that you must create an apart dll which implements the IDownloadManager Interface... the problem is that there is not an implementation code for vb.net.. only for the old c++..
have anyone been working with this interface or knows something ontopic??

thanks!
sorry for my english.. im argentinian and its my first post here at Comuter Help Forums.. thanks again!..
 
It looks like you cant use it in its standard form with VB .NET
Maybe if you compile the .h file in to a .dll you can link it with your VB project and implement it. Not sure, never tried it.
 
Back
Top