I am programming a project in visual basic with visual studio. I work with inherited classes.
I would like to list all subclasses in a TreeView if I know the abstract class. Is there a method to asking the subclasses if I know the abstract class?
Angelika