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:
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.




icon on the left of the post.
Reply With Quote