techishere Posted January 26, 2009 Share Posted January 26, 2009 Hi I have a website written in Classic ASP , previousely I used VB 6 to create ActiveX DLL Components and use them in my ASP applications like here http://www.macronimous.com/resources/tutor.../asp_vb_dll.asp but , in VS.net I don't know how to create ActiveX DLL Components , its completely different , if anybody knows about it and how to create such dlls in VS.net please help me I don't know anything about VS.net Thanks Link to comment Share on other sites More sharing options...
0 Antaris Veteran Posted January 29, 2009 Veteran Share Posted January 29, 2009 If you haven't done any .NET before, jumping into COM wrappers is going to be a steep learning curve. http://www.vbdotnetheaven.com/UploadFile/d...InVBdotNET.aspx Link to comment Share on other sites More sharing options...
0 XerXis Posted January 29, 2009 Share Posted January 29, 2009 it's not difficult at all if you know something about com ;) At least writing a com client is simple, a com server is difficult ;) Just write an interface, expose it to com, give it a guid and derive your class from that interface. Hower... If not, and you are using vb.net you are best of using the com wrappers microsoft made for vb.net Found here: http://www.microsoft.com/downloads/details...;displaylang=en Link to comment Share on other sites More sharing options...
Question
techishere
Hi
I have a website written in Classic ASP , previousely I used VB 6 to create ActiveX DLL Components and use them in my ASP applications
like here
http://www.macronimous.com/resources/tutor.../asp_vb_dll.asp
but , in VS.net I don't know how to create ActiveX DLL Components , its completely different , if anybody knows about it and how to create such dlls in VS.net please help me
I don't know anything about VS.net
Thanks
Link to comment
Share on other sites
2 answers to this question
Recommended Posts