I would like to show thumbnails of external websites that I link to when the user mouses over the links, similar to how snap.com does this. How can I accomplish the same thing?
|
1
|
|||||
|
|
|
Try System.Windows.Forms.WebBrowser. Like this:
and run it in STA thread:
then you can save the Bitmap to filesystem or you can use that code in Http Handler and with easy javascript code shows it after some mouse event.. |
|||
|
|
