is there any way to create a small BMP file
of a gif or jpg picture.
or
is there anyway to show a picture preview
in small size , i try paintpicture method but it is
very slowly.
thanx
Printable View
is there any way to create a small BMP file
of a gif or jpg picture.
or
is there anyway to show a picture preview
in small size , i try paintpicture method but it is
very slowly.
thanx
Place your graphics file in an ImageBox and set the Stretch property to True.
Now when you resize the image, the ImageBox will stretch the image to fit the size.
thanx
but it makes program very slow. i tested it before.
i need very faster way...
Thank you again