Display thumbnail view of an image
Display thumbnail view of an image
(OP)
How do I display thumbnail view of an image in a VB form (VB6.0)?
Thanks,
Alex
Thanks,
Alex
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting Guidelines |
Display thumbnail view of an image
|
Join your peers on the Internet's largest technical engineering professional community.
It's easy to join and it's free.
Here's Why Members Love Eng-Tips Forums:
Register now while it's still free!
Already a member? Close this window and log in.
RE: Display thumbnail view of an image
Set Image.Autosize false and then you can set the height and width.
RE: Display thumbnail view of an image
Thanks for your repsonse! I can display a picture through an image object on VB form. But I do think this is an efficient way to display a preview (a thumbnail view).
Alex
RE: Display thumbnail view of an image
There are of course many other ways, but I don't know enough about your application to be more helpful.
RE: Display thumbnail view of an image
Thanks,
Alex
RE: Display thumbnail view of an image
So, using FrancisL's suggestion you could load the picture to an imaging control and save the image at the new (thumbnail) size for later use.
RE: Display thumbnail view of an image