P
Peter Morris
Hi all
This is a single example scenario, there are many more scenarios which could
require the same thing.
I have a custom-made ImageList component which holds many images of varying
sizes. I then have custom-made controls which use this ImageList to display
their own appearances. The images are in an ImageList because many controls
would need to share the same images, however, there seems to be no way to
achieve the same thing across different forms.
It would obviously be better to have a single "repository" in the app which
all of these custom controls could refer to in order to avoid having the
same images loaded per form. As the controls require the images in order to
be displayed properly at design-time, it would also be necessary to specify
the image list at design-time so that I can see what I am doing.
Any suggestions?
--
Pete
=============
Read or write technical articles
http://www.HowToDoThings.com
-There are 10 types of people in the world, those who understand binary, and
those who don't
This is a single example scenario, there are many more scenarios which could
require the same thing.
I have a custom-made ImageList component which holds many images of varying
sizes. I then have custom-made controls which use this ImageList to display
their own appearances. The images are in an ImageList because many controls
would need to share the same images, however, there seems to be no way to
achieve the same thing across different forms.
It would obviously be better to have a single "repository" in the app which
all of these custom controls could refer to in order to avoid having the
same images loaded per form. As the controls require the images in order to
be displayed properly at design-time, it would also be necessary to specify
the image list at design-time so that I can see what I am doing.
Any suggestions?
--
Pete
=============
Read or write technical articles
http://www.HowToDoThings.com
-There are 10 types of people in the world, those who understand binary, and
those who don't