|
-
Oct 6th, 2009, 03:08 PM
#1
Thread Starter
Lively Member
[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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|