Results 1 to 6 of 6

Thread: Mouse clicks

  1. #1

    Thread Starter
    Addicted Member Stephen Bazemore's Avatar
    Join Date
    Aug 2000
    Location
    North Carolina
    Posts
    158
    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.
    Stephen Bazemore
    Email:[email protected]

  2. #2
    Fanatic Member Kaverin's Avatar
    Join Date
    Oct 2000
    Posts
    930

    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.

  3. #3

    Thread Starter
    Addicted Member Stephen Bazemore's Avatar
    Join Date
    Aug 2000
    Location
    North Carolina
    Posts
    158
    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.
    Stephen Bazemore
    Email:[email protected]

  4. #4
    Fanatic Member Kaverin's Avatar
    Join Date
    Oct 2000
    Posts
    930
    Ah, I see. That's beyond my abilities But I'm sure it can be done somehow.

  5. #5

    Thread Starter
    Addicted Member Stephen Bazemore's Avatar
    Join Date
    Aug 2000
    Location
    North Carolina
    Posts
    158
    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.
    Stephen Bazemore
    Email:[email protected]

  6. #6
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    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
  •  



Click Here to Expand Forum to Full Width