CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Dll Folder

  1. #1
    Join Date
    Feb 2001
    Location
    Israel
    Posts
    94

    Dll Folder

    How can I make VB look for the DLL in the current directory, or the projects directory?
    I tried "dllname.dll" and it didnt worked...

    FatMan


  2. #2
    Join Date
    Mar 1999
    Location
    Nepal
    Posts
    540

    Re: Dll Folder

    It should work. Did you try registering the DLL using regsvr32?


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