i have an application with several forms that use the same list of items in a checked list box. over time, the list of items will evolve, so rather than continually update the ITEMS collection in each form separately, I'd like to use an easier method. the list of items is also stored in a SQL database, and can be configured by application users.
a resource file is one option, as is retrieving the list from the database, but that means rebuilding the ITEMS collection every time one of the forms is loaded which happens often. another option is to load the forms once, keep them loaded, and show and hide them rather than reload them.
Any other ideas welcome.
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Most Valuable Expert award recognizes technology experts who passionately share their knowledge with the community, demonstrate the core values of this platform, and go the extra mile in all aspects of their contributions. This award is based off of nominations by EE users and experts. Multiple MVEs may be awarded each year.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.