|
-
Oct 10th, 2000, 07:31 AM
#1
Thread Starter
Addicted Member
Is there any way to have my program respond to clicks within the user's browser? Like if they click on a file to download it places the url of the clicked file in a text box or something in my program. Any help is appreciated.
-
Oct 10th, 2000, 02:02 PM
#2
Fanatic Member
mouse clicks
I asked a similar question earlier last night, and Matthew Gates informed me of this event in the WebBrowser control:
Code:
Private Sub WebBrowser1_StatusTextChange(ByVal Text As String)
Label1.Caption = Text
End Sub
I'm trying to figure out an easy way to intercept the clicks myself (to bypass the dialogs from IE). I'll pass along anything I find or hear.
-
Oct 10th, 2000, 05:13 PM
#3
Thread Starter
Addicted Member
Well acctually I'm talking about responding to mouse clicks within a browser outside my program. The browser is not inside my app. Like if my app is in the system tray, and a user clicks a link in an open browser window, thats when I want my program to respond.
-
Oct 10th, 2000, 10:37 PM
#4
Fanatic Member
Ah, I see. That's beyond my abilities But I'm sure it can be done somehow.
-
Oct 10th, 2000, 10:42 PM
#5
Thread Starter
Addicted Member
I'm sure It can too. But it doesnt seem like anyone has any suggestions. I know programs like getright/gozilla have this function but they aren't coded in vb.
-
Oct 11th, 2000, 01:38 AM
#6
Frenzied Member
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
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
|