I'm trying to convert my VB6 program to Net and one of the forms has 18 Pictureboxes in an array that I load from a flexgrid containing hundreds of image paths. Basically the user "turns the page" with a button and the Pictureboxes load 18 more images from the flexgrid. So now in Net im using a Datagridview instaed of the flexgrid but since i can't use indexes on the pictureboxes im not sure how to load the images efficiently. There must be a new method to do this?
↧