Results 1 to 3 of 3

Thread: [Resolved]code for vb6 from vb.net

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2009
    Posts
    126

    Resolved [Resolved]code for vb6 from vb.net

    ive searching for an hour but i can find it.or maybe i found it but i didnt know..

    this code is from vb.net

    on webbrowser document complete.

    Dim sImage As String
    sImage = WebBrowser1.Document.All("avatar").GetAttribute("src")
    PictureBox1.ImageLocation = sImage


    "avatar" this is the name tag of html (name="avatar")

    "scr" this is the link of the image ex: scr="imagelink.jpg"

    i just want to know,what is the code for vb6?

    how to get attribute?


    thanks...
    Last edited by Joke Sparrow; Oct 7th, 2009 at 01:20 AM.

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