|
-
January 30th, 2000, 10:48 PM
#1
WinInet API
WHAT's Wrong with this Code [doesnt work!]? RUNTIME VB says DLL entry point for INTERNET_DOWNLOADCOMPLETE not found.
Please email Correct code. Thanks
Private Declare Function _
INTERNETEXPLORER_DownloadComplete Lib "wininet.dll" ()
Private Sub Command1_Click()
If INTERNETEXPLORER_DownloadComplete Then
MsgBox (WINNET)
End If
End Sub
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
|