Results 1 to 3 of 3

Thread: picture,image

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 1999
    Location
    tehran,iran
    Posts
    53
    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 ??

  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    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.

  3. #3
    New Member
    Join Date
    May 2000
    Posts
    13

    Wink

    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
  •  



Click Here to Expand Forum to Full Width