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 like
VB Code:
  1. Dim objhtml as new MSHTML.MSHTMLDocument
  2. Picturebox.Picture = LoadPicture(objhtml.Images(0))
But that exact code doesnt work, so please explain to me how to do it.
Thanx,