CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2002
    Posts
    18

    How to create a DLL that is used by VB,ASP...?

    DLL must useable in VB, ASP...
    I have a class : ClassBit , can I put it in DLL that is used by Visual Basic or other languages ?

    Thank.




  2. #2
    Join Date
    Dec 2001
    Posts
    49

    Re: How to create a DLL that is used by VB,ASP...?

    Create a COM object instead of DLL!


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