|
-
January 31st, 2000, 06:59 AM
#1
WEBBROWSER EVENT API
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
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
|