CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2003
    Location
    Chennai,Tamil Nadu
    Posts
    3

    How to create DLL file

    Hi All,

    I am writing VB code. I am not sure that how to create DLL file. Is it possible to create this. If so, please tell me simple procedure for creating DLL.

    Thanks in advance.

    Regards,
    TVS
    S Thiruvenkatasamy (TVS)

  2. #2
    Join Date
    Apr 2002
    Location
    Mumbai, India
    Posts
    106

    Lightbulb Use COM with ActiveX

    I think you can create and ActiveX DLL to achieve your goal.When you create a new project,select ActiveX DLL instead of Standard exe from the options provided and then you can create classes in this DLL.If that is what you're trying to get,you can get a lot of help on creating ActiveX DLL in Visual Basic from the net.It uses COM as the underlying technology.

    Hope that helps,
    -Ekta

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