I want to have one copy of the list of images that I want to split into all the forms in my applications (toolbar icons). I saw the question asked earlier, and people came up with a user control (which is not very good, as it will create several instances of imagelist and thus create unnecessary objects and overhead).
Support for development time will be good, but not very important.
In Delphi, it was pretty simple: create a DataForm, share images, and you're off.
Is there a C # / option. Net / Winforms?
source
share