Results 1 to 3 of 3

Thread: another WebBrowser question (or two)

  1. #1

    Thread Starter
    Fanatic Member Kaverin's Avatar
    Join Date
    Oct 2000
    Posts
    930

    Question

    When using the WebBrowser control, is there a way to intercept what the mouse is going over if you're looking at a page? Like if you pass the pointer over a link. I have a label on my form that I want to display a link addy in (like the thing that exists in IE).

    Also, when you right click inside the WebBrowser control, you'll see the standard IE popup menu. Can I do something to add something into it? I want to add a thing to start downloading a file and bypass all that dialog junk. I know how to do that, just not how to add to the popup menu (if possible). Ultimately, I want to be able to right click on a link in the WebBrowser control, see the link addy appear in that label as the mouse passes over it, and be able to select "Download This" (or whatever I call it), and just start it off.

  2. #2
    Guest
    Q1:

    Code:
    Private Sub WebBrowser1_StatusTextChange(ByVal Text As String)
    Label1.Caption = Text
    End Sub
    Q2:

    http://msdn.microsoft.com/downloads/...zer/sample.asp

    or

    http://support.microsoft.com/support.../Q183/2/35.ASP

  3. #3
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    Not sure but you may want to look at this. It is a good app on controlling MSIE from within your app.

    Go Here


    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

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