CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2000
    Location
    Essex, Uk
    Posts
    1,214

    calling VB6 from C#

    Hi All,

    Can anyone give me a code snippet on calling a VB6 DLL from C#

    Thanks
    If you find my answers helpful, dont forget to rate me

  2. #2
    Join Date
    May 2009
    Location
    Bengaluru, India
    Posts
    460

    Re: calling VB6 from C#

    Is this DLL COM/OLE enabled ?

  3. #3
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: calling VB6 from C#

    There isn't any code snippet. all you need to do is add a reference to the DLL and you should be good.

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

Featured