Are Inherited Forms And/Or Inherited Controls possible in Managed C++
- by Ali Akdurak
Hello everyone
The question is actually pretty self explanatory but I will further clarify it. I am building a simple application to show a load [file] for 5 different types of [files]. So all these 5 forms will have similar GUI elements such as a listbox and a load button with a small textbox/label to show the summary of the [file]'s information.
My desired effect is something like visual studio's C# template for Inherited User controls or Inherited forms. I already heavily googled the concept to look for a C++ visual studio template to the trick but I couldn't find it.
The word [file] is in brackets because open file dialogue will not the trick as this list of files to select form comes form an SQL server.
Thanks a lot!