|
-
May 22nd, 2000, 03:29 AM
#1
Thread Starter
Member
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 ??
-
May 22nd, 2000, 06:29 AM
#2
transcendental analytic
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.
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
May 22nd, 2000, 03:13 PM
#3
New Member
Maybe you can solve the problem by adding "DoEvents" after the codes that loaded the picture to the Image Control.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|