|
-
February 4th, 2000, 10:00 PM
#1
WebBrowser Event Control
Hi,
How to print a message upon DownloadComplete event of VB Webbrowser DownloadComplete Even??
The Codes below brings up www.microsoft.com Webpage, but the 'WebBrowser1_DownloadComplete = True ' may not be coded correct
ly.
Pls help. (Do we need to use event handler? Or is the Return Value not Boolean?)
Private Sub Command1_Click()
WebBrowser1.Navigate "http://www.microsoft.com"
If WebBrowser1_DownloadComplete = True 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
|