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

    How to Create win32 dll in VB?

    Is it possible to create Win32 Dll in VB? if so can any one send me some sample code..

    thanks.

  2. #2
    Join Date
    May 2002
    Posts
    14
    VB can create ActiveX DLLs and ActiveX Document DLL , but not simple DLLs with exported functions like Windows API.

    The best way (and I believe that she is the unique one) is to create DLLs in C with VisualC++ for example.

    Good Luck!.

    MrSparc.

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