Maybe there's a better way to handle child forms, but the functionality I'm trying to create is :
The problem is forms are added to the ListBox, the list grows and I can select forms in the list, but the ListBox has no text. Normally when adding objects to a ListBox, text from the the ToString method is displayed in the list. My forms have a ToString method, but the text doesn't show in the ListBox. Any suggestions?