i'm trying to create an item to be added to a listbox. reason being is that
the "item" has properties i need to access when it is selected. i'm having
trouble displaying it in the list though. i've tried putting a public
overrides function ToString() and a public shadows function ToString() as
one of its interfaces (returns string) so that the listbox knows what text
to display. the
items should simply be diplaying either an item number and/or description
based on other properties of my item.
where have i gone wrong?
tia,
steve