I've got a dialog box that allows the user to highlight an image and see a thumbnail of it and the dimensions. I need to extend this feature to allow users to enter the URL of an online image and show a thumbnail of it and the dimensions.
If I use a WebBrowser object to navigate to the image's URL, how can I save the resultant image locally so that I can use the existing engines to create a thumbnail and get the dimensions? I somehow need to get a handle to the bitmap shown within the webbrowser object such that I can copy it into a PictureBox or something...
Any ideas?
- Andy
___________________________________________________________________
If you think nobody cares you're alive, try missing a couple of mortgage payments
If I use a WebBrowser object to navigate to the image's URL, how can I save the resultant image locally so that I can use the existing engines to create a thumbnail and get the dimensions? I somehow need to get a handle to the bitmap shown within the webbrowser object such that I can copy it into a PictureBox or something...
Any ideas?
- Andy
___________________________________________________________________
If you think nobody cares you're alive, try missing a couple of mortgage payments