Open file
Read line by line
Insert each line as listbox item
Close file
You can use CStdioFile for opening/reading the text file and
CListBox::AddString to add items into the listbox.

Signature
Regards,
Nish [VC++ MVP]
http://www.voidnish.com
http://blog.voidnish.com
> hi,
>
[quoted text clipped - 8 lines]
> Posted via http://www.codecomments.com
> ------------------------------------------------------------------------