There is about 200 of dxg file in my game application.
I want to load them in dynamic,each game level needs different dxg file
and it is impossible to load all file at the same time(file size is over 600M).

or put 200 DXImagelist at form?