Results 1 to 2 of 2

Thread: WebBrowser Application

  1. #1

    Thread Starter
    Member vali20's Avatar
    Join Date
    Feb 2008
    Posts
    58

    Talking WebBrowser Application

    I have a webbrowser application created in vb6 and I want to know: when I hover the mouse on a link (put the mouse on a link) I want to view in the program's taskbar the URL. How is the code?
    Thank you for your answer, what is the code for the newwindow?
    Last edited by vali20; Feb 13th, 2008 at 11:30 AM.

  2. #2
    VB For Fun Edgemeal's Avatar
    Join Date
    Sep 2006
    Location
    WindowFromPoint
    Posts
    4,255

    Re: WebBrowser Application

    Browser control StatusTextChange event....

    Code:
    Private Sub WebBrowser1_StatusTextChange(ByVal Text As String)
        Label1 = Text
    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
  •  



Click Here to Expand Forum to Full Width