you can use an image list for other things

eg:

Code:
Image1.Picture = ImageList1.ListImages(1).Picture
you compile all your images into a resource file and retrieve them when required.