ImageList

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using a lot of image lists in my application. But I seem to have reached
a maximum size of the form (20 MB). Is it possisble to import image lists
from other forms? Or is it other solutions? I am using Visual Basic .NET
2003.
 
you should consider loading images dynamically usinf Image.FromFile()
instead of baking them all into the assembly.
 
Back
Top