On Visual Studio 2005 we can use Object DataSources in C# projects, can
I do this on C++ .Net too? How?
I want to create a class that it's object can be binded to a ListBox.
How can I do the class and the binding?
Create an object to be a datasource
|