Using .DLL IN vb.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I created an Activex .dll in vb6.0. Can I use it in my vb.net program. How can I call that .dll in my .net prog? Wher can I find info on this

Thanks
 
Hi,
I created an Activex .dll in vb6.0. Can I use it in my vb.net program. How can I call that .dll in my .net prog? Wher can I find info on this.

Thanks


Chris...

It really should be as simple as adding a reference to the dll from your
..NET project. The IDE will create the necessary RCW for you....
 
Back
Top