Results 1 to 3 of 3

Thread: CSharp DLL in vb6

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Posts
    120

    CSharp DLL in vb6

    I created on COM dll in CSharp.NET 2003 I have created TLB file for my DLL so that I can use that DLL in VB6. The DLL successfully imported in my VB6 project I have created object for my DLL but I can’t access any property of that DLL in vb6 like after pressing dot I can’t access any function or property of my DLL
    is there any special way to use .NET DLL or what?
    My code
    Dim objFactClass As MyDLL.Processor
    objFactClass = New MyDLL.Processor

    objFactClass. <<----- Can’t access anything

  2. #2
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    Re: CSharp DLL in vb6

    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Posts
    120

    Re: CSharp DLL in vb6

    Thanks for your help but they are very cufusing.... any other help plzz

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