I have an app with 6 user control panel. Can I put them in a list, idea is to put them in a List then when a menu item is selected the click passes that panel name in to a method and that method goes through the list and if the item equals the one passed show it and bring to front else hide.
I can create a list of Objects and pass the new panel as an object but how do I get it from obj to something I can show/hide?
Thanks,
Larry
I can create a list of Objects and pass the new panel as an object but how do I get it from obj to something I can show/hide?
Thanks,
Larry