I have a program that i show a preview of
listed pictures .
I used Image control,and set stretch=true
and it make program very slowly
is there any way to show preview image
in the small area like that ??
Printable View
I have a program that i show a preview of
listed pictures .
I used Image control,and set stretch=true
and it make program very slowly
is there any way to show preview image
in the small area like that ??
You could try paintpicture method, also if your loading the pictures from files, then it's that process that takes time, especially if you have jpg's or gif encoded images. :)
Maybe you can solve the problem by adding "DoEvents" after the codes that loaded the picture to the Image Control.