how do i set the image into thumbnail size

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xxoulmate
    New Member
    • May 2007
    • 77

    how do i set the image into thumbnail size

    help how can i set the image size into thumbnail size., without resizing the image control

    i mean., to create another copy of image file but in a thumbnail size when it save the copy.

    tnx
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by xxoulmate
    help how can i set the image size into thumbnail size., without resizing the image control

    i mean., to create another copy of image file but in a thumbnail size when it save the copy.
    One way would be to create a picturebox of the required size, and use its PaintPicture mthod to copy the picture into it.

    Note, this is based on VB6. I have no idea how to go about it in VB.Net.

    Comment

    Working...