Results 1 to 3 of 3

Thread: Links > Webbrowser?

  1. #1
    Guest
    You know how when you drag over a link in IE and it tells you the webpage on the status bar. Well I was wondering how I could get a label to do that?

  2. #2
    Addicted Member Razzle's Avatar
    Join Date
    Jan 2000
    Location
    Berlin, Germany
    Posts
    161
    Code:
    Private Sub Label1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
     StatusBar1.SimpleText = "http://www.vb-world.net"
    End Sub
    Razzle
    ICQ#: 31429438
    What is the difference between a raven?
    -The legs. The length is equal, especially the right one.

  3. #3
    Guest
    Not quite exactly what I need. I need one for the Webbrowser control, when you view page in there, label1 should say in its status bar the full link, "http://www.vb-world.net"

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