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