|
-
Jul 28th, 2001, 12:27 AM
#1
Thread Starter
Member
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
-
Jul 28th, 2001, 11:56 AM
#2
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.
-
Jul 28th, 2001, 04:16 PM
#3
Monday Morning Lunatic
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|