Hi, I am trying to make an app that will load icons that i have gatherd into a display port grid.
I have a scrollable viewport that will load icons to an array of Pictureboxes based on a selected folder.
If i load a folder with 30 icons all is ok.
If i goto the root folder that has many folder and many icons it takes ages for them to load and sometimes crashes. (could run out of memory)
How would i go about loading say a hundred 1st then as i scroll load more.
I dont want to use the list view as i want more control how its displayed etc
I am using at present a Picturebox child to load the icon in, then this sits in picturebox parent array of containers.
then i have a picturebox page that holds all the Parent pictureboxes that i can scroll the parent containers.
I would like to use the instrinsic controls if possible
tks
I have a scrollable viewport that will load icons to an array of Pictureboxes based on a selected folder.
If i load a folder with 30 icons all is ok.
If i goto the root folder that has many folder and many icons it takes ages for them to load and sometimes crashes. (could run out of memory)
How would i go about loading say a hundred 1st then as i scroll load more.
I dont want to use the list view as i want more control how its displayed etc
I am using at present a Picturebox child to load the icon in, then this sits in picturebox parent array of containers.
then i have a picturebox page that holds all the Parent pictureboxes that i can scroll the parent containers.
I would like to use the instrinsic controls if possible
tks