Click here to Skip to main content
15,912,072 members

Comments by Member 9829514 (Top 2 by date)

Member 9829514 22-Feb-13 10:23am View    
Would you have some sample code please?
Member 9829514 22-Feb-13 9:55am View    
Deleted
thanks guys.

it seems to fall over here.... htmlDocument.images

' Extract all image elements
Dim imgElements As IHTMLElementCollection = htmlDocument.images

' Iterate through each image element
For Each img As IHTMLImgElement In imgElements
listBox1.Items.Add(img.src)
Next