The topic probably describes my problem, but as a matter of form:
How do I show two columns in a Listbox.
i.e
I use: txtboxName, textboxBirth, textboxCity as input
I want some thing like this:
a code example would have been appreciated.
How do I show two columns in a Listbox.
i.e
I use: txtboxName, textboxBirth, textboxCity as input
I want some thing like this:
Visual Basic:
Name: Birth City
John 12/12/1973 Paris
Carl 05/11/2004 Hamburg
Paul 01/02/1980 New York
Per 02/02/1975 Oslo
a code example would have been appreciated.
Last edited: