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
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.
too many images = greater load time
DocJames
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
Greg Leepart