Fishing for some advice/comments on the "best practice" for creating an ImageList (actually, I will be creating 3 ImageLists to support sizes 48, 32, and 16) that can be used over my entire application.
I'm thinking that I should create an Icons.dll that encapsulates the ImageList at which point another assembly can reference and instantiate the Icons.dll - is there a better way that I'm overlooking?
I'm thinking that I should create an Icons.dll that encapsulates the ImageList at which point another assembly can reference and instantiate the Icons.dll - is there a better way that I'm overlooking?