-
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
-
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.
-
I think wininet.dll is IE4+ :confused: