Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all

In my project, I have a form containing hundreds of PictureBoxes. So my form is taking a long time to load. Is there any way to load it faster?

Note: All the PictureBoxes contain the same image - not different images!
Posted
Updated 6-Oct-10 1:31am
v2

Use Datalist if you are populating images from database.

U will not need to show hundred image box in a few line of code u will get ur result.
 
Share this answer
 
v2
What on earth is the reason for loading the SAME image into HUNDREDS of pictureboxes? - Seems more like a program design flaw to me...
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900