• 0

[VB.net] how to create ActiveX DLL Component in VS.Net


Question

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

2 answers to this question

Recommended Posts

  • 0

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

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.