punto13
New member
- Joined
- Apr 22, 2010
- Messages
- 3
- Programming Experience
- 10+
Hi,
I think my problem is easy to solve.
I developed an interface called "Animal".
My programmers created classes for "Dog", "Cat", and "Horse"
Later I want to let the user create an animal in a Windows form. How can I get my annimals to appear in the combo for selecting one of them?
Each animal has it's own DLL. If tomorrow a new animal is developed, the combo should present the new value.
Thank you!
I think my problem is easy to solve.
I developed an interface called "Animal".
My programmers created classes for "Dog", "Cat", and "Horse"
Later I want to let the user create an animal in a Windows form. How can I get my annimals to appear in the combo for selecting one of them?
Each animal has it's own DLL. If tomorrow a new animal is developed, the combo should present the new value.
Thank you!