Hello, Im new to c# and i have a little problem.
I have a folder with 5 text files (group1,group2, etc), each contains a list of names.
On my form, I have 2 combo boxes. I want the first one to allow me to select a group (a text file), and once the file is selected, to populate the second one with the names inside it. is that possible? and if it is, how to do it?
You have my gratitude in advance.A
Alex.