Hi,
I am making a dialog based application using MFC. I am wondering how would I get the information in a text file into a list box?
Thanks In Advance,
Daniel
This is a discussion on List Boxes and Text Files within the Windows Programming forums, part of the Platform Specific Boards category; Hi, I am making a dialog based application using MFC. I am wondering how would I get the information in ...
Hi,
I am making a dialog based application using MFC. I am wondering how would I get the information in a text file into a list box?
Thanks In Advance,
Daniel
One solution is to read the text file and then insert its data into the list box. What is the problem?
Kuphryn
I found out what I was doing wrong thanks for your help.