i have one class (Exampleclass C)
C c = new C();
i only want to add c object, i can use listbox1.items.add(c);
but i want not only add c object into listbox, but string to. So in the listbox show the string (Example : try 1) when i click on the selected item in the listbox i can get the c object.
thank for your answer... :)