S
steve
Hi,
I am stuck with the following problem:
I want to populate a multicolumn listbox with 3 fields of the same table
(for a specific dataset).. One column per field.
In other words, i want to see:
myTable.ID, myTable.Name, .......
33090 John
42234 Mary
93884 Peter
....., etc, in the listbox.
But i cannot see how to create this "effect".
I can only see the DataSource/DisplayMember methods and not much choice.
TIA
-steve
I am stuck with the following problem:
I want to populate a multicolumn listbox with 3 fields of the same table
(for a specific dataset).. One column per field.
In other words, i want to see:
myTable.ID, myTable.Name, .......
33090 John
42234 Mary
93884 Peter
....., etc, in the listbox.
But i cannot see how to create this "effect".
I can only see the DataSource/DisplayMember methods and not much choice.
TIA
-steve