CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 1999
    Posts
    10

    DLLs please help

    Does anyone know where I can find a list of DLLs.
    In particular does anyone know where I can find the dll for active X components?
    thanks,
    Rob


  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: DLLs please help

    are you looking for a particular activex component's dll? Or a list of all the activex dlls that ship with VB? Or what?

    please expand on your question.

    Thanks,
    John

    John Pirkey
    MCSD
    www.ShallowWaterSystems.com
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

  3. #3
    Join Date
    May 1999
    Posts
    10

    Re: DLLs please help

    I'm looking for a particular dll that's sipped w/ vb. (Active X data objects)
    thanks,
    Rob


  4. #4
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: DLLs please help

    The ADO dll is named msado15.dll. Even if you have ADO 2.1 the dll name is still suggests 1.5. I'm not sure why MS did it that way, but they did. you can find it in the "C:\Program Files\Common Files\System\ado" directory.

    Hope this helps,
    John

    John Pirkey
    MCSD
    www.ShallowWaterSystems.com
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

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