andresiraola Posted December 13, 2004 Posted December 13, 2004 the title says all.. what about the IDownloadManager Interface?? how can i implement it in vb.net ??.. you know.. i've developed a download manager which supports pause and resume whenever u want but i can't link it with IE.. i've 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.. i'm argentinian and it's my first post here at dotnetforums.. thanks again!.. Quote
Himo Posted December 23, 2004 Posted December 23, 2004 It looks like you can't use it in it's 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. Quote For questions about VS .net extensibility, please fire at me! :) For readability, please use the [ CS][/CS ] tags
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.