One way could be to do like this:

Add a WebBrowser control to your form.
You can load the image by using the Naviagate method
vb.net Code:
  1. WebBrowser1.Navigate ("https://mail.google.com/mail/help/images/logo2.gif")

Then in the DocumentComplete event, do whatever you want to do with this image.