|
-
Nov 7th, 2000, 08:15 PM
#1
Thread Starter
Member
What function can I use to detect the url of a webbrowser in my form.
-
Nov 7th, 2000, 08:24 PM
#2
Do you mean, determine what the URL the mouse is over in a Webbrowser control?
Code:
Private Sub webbrowser1_StatusTextChange(ByVal Text As String)
Caption = Text
End Sub
-
Nov 8th, 2000, 02:46 PM
#3
Thread Starter
Member
sorry for not clarifing it. I want to know how to find out what is the url of a webbrowser(at the time of a timer event)?
-
Nov 8th, 2000, 03:03 PM
#4
Sorry once again, but I don't quite understand what you mean. You want to get the url when a page is complete?
Either in the DocumentComplete, DownloadComplete, or NavigateComplete2, put this:
Code:
Caption = "Download Complete"
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
|