I have a list box that I want to have 3 columns of data.
For example:
FirstName, LastName, Phone, Catagory
I want to display the FirstName, LastName and Phone in the 3 columns, I will use catagory for sorting.
I have 4 textboxes to enter the data and a button to add it to the list box.
I am new to Visual Basic.Net and New to programming in general. I am in a Visual Basic.Net class a the local college, I know how to add data to a list box when there is only one column, but we haven't gotten into multiple columns.
Thanks
Gary
For example:
FirstName, LastName, Phone, Catagory
I want to display the FirstName, LastName and Phone in the 3 columns, I will use catagory for sorting.
I have 4 textboxes to enter the data and a button to add it to the list box.
I am new to Visual Basic.Net and New to programming in general. I am in a Visual Basic.Net class a the local college, I know how to add data to a list box when there is only one column, but we haven't gotten into multiple columns.
Thanks
Gary
Comment