too many images = greater load time

ok, ive got a good... 96 images on a form with scrollbars, as your scrolling left and right, it takes a while for the images to reload, is there a way to speed up the load

Answer this question

too many images = greater load time

  • DocJames

    How are they being loaded/displayed


  • T. J. Bussler

    Store the images inside your class, and then draw them in your OnPaint handler.  You'd want to store them in a container of some sort, probably a Dictionary and come up with some way of looking up the images you need to draw, which you probably want to store in a struct with the place you want to draw them.



  • Javier Carvajal

    thank you so much for the prompt replys


  • vinay dubey

    just using the normal picture boxes.

    ss:http://www.precognitionstudios.com/image.jpg


  • Andrew Walaszek

    OK - well if you ditch them and draw the images yourself, I'd imagine that you'd get better performance, and certainly more control.



  • Greg Leepart

    ok... how do I do that
  • too many images = greater load time