WHAT's Wrong with this Code [doesnt work!]? RUNTIME VB says DLL entry point for INTERNET_DOWNLOADCOMPLETE not found. LEONID's REPLY said no such function name in WinInet.dll, which DLL package will Webbrowser events such as BeginDownload/DownloadComplete be in??

Please email Correct code/name of DLL package. Thanks

Private Declare Function _
INTERNETEXPLORER_DownloadComplete Lib "wininet.dll" ()

Private Sub Command1_Click()
If INTERNETEXPLORER_DownloadComplete Then
MsgBox (WINNET)
End If
End Sub