I created a class which contains different variables to create an employee. So names, dates of birth and hourly salary etc. I then created a list of this class so each list item is an object. I have a list box inside a form and the data is sent there.
Is there a way to access a list item by highlighting it so I can review the data that has been collected?
↧