I want to be able to get specific website thumbnails and display them in an ImageBox. The easiest I've found is using a web service. Unforntuantely, most of these services don't allow me to just attach a URL. If I could, then I would just assign the URL of the ImageBox as the URL.
Instead, they force me to use JavaScript like this:
Javascript Code:
<script type="text/javascript" src="http://webshot.in/thumbshot/getshot.php?url=http://www.shrunktheweb.com"></script>
I can do that, but how I would I get the results and assign it to the ImageBox's property?




Reply With Quote