Results 1 to 3 of 3

Thread: Library (dll)

  1. #1

    Thread Starter
    Member
    Join Date
    May 2001
    Location
    Malaysia
    Posts
    43

    Library (dll)

    I've downloaded a few examples (dll functions) , like SHAutoComplete and InternetAutoDial. But the libraries are "Shlwapi.dll" and "wininet.dll" at the declaration. I am not sure if I have those libraries and where to get them? I couldn't use the functions if I don't have the dll library, do I? Please help...
    Or do they are already installed when I installed VB 6.0 ?

    Eg :
    Private Declare Function InternetAutodial Lib "wininet.dll" _
    (ByVal dwFlags As Long, ByVal dwReserved As Long) As Long
    Ben Chin

  2. #2
    jim mcnamara
    Guest
    shlwapi is part of internet explorer, wininet is a standard part of windows.

    Use windows explorer to look in Windows\system or the system directory for NT. You will see them there.

  3. #3
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    I think wininet.dll is IE4+
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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