But to answer the question, to get the contents of the file into the listbox, whatever control you choose, you will have to read the file and do AddItem, or the correct method of the control for every line in the file.
OR
If you are using ADO, create a recordset on the file and loop through the recordset.
Simon [sig][/sig]