I already looked at that RobDog888, but I couldnt find out how to take the images with a webbrowser and move them to a Picturebox.
I expect it will be using the MS HTML Object Library, and then something likeBut that exact code doesnt work, so please explain to me how to do it.VB Code:
Dim objhtml as new MSHTML.MSHTMLDocument Picturebox.Picture = LoadPicture(objhtml.Images(0))
Thanx,




Reply With Quote