Hi,
I need to be able to fill TWO comboboxes with values from a textfile. The textfile consists of 2 columns. The text file will have variable length (I'll be adding data to those two columns).

"First", "Last"
"Tom", "Johns"
"Joe", "Burns"...

I want to load first column in the first ComboBox and second column in the second ComboBox.

Thanks
Tomexx (VB6 Pro)