Results 1 to 12 of 12

Thread: DLL from VB.Net to VB6

Hybrid View

  1. #1
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: DLL from VB.Net to VB6

    Use the Regasm.exe tool to create registry entries for your DLL in the registry, so that it can be accessed like a COM Component.

  2. #2
    Addicted Member
    Join Date
    Mar 2005
    Posts
    142

    Re: DLL from VB.Net to VB6

    To elaborate a little more on Mendhak's answer...

    Yes, it is possible. You have to install the .NEt Framework on the target machine and add the assembly to the machine's Global Assembly Cache. Then, you can add a reference to it in your project just like any other DLL.

    This is a useful technique for incrementally migrating an application from VB6 to .NET.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width