Thread: List Boxes and Text Files

  1. #1
    Registered User Daniel's Avatar
    Join Date
    Jan 2003
    Posts
    47

    List Boxes and Text Files

    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

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    One solution is to read the text file and then insert its data into the list box. What is the problem?

    Kuphryn

  3. #3
    Registered User Daniel's Avatar
    Join Date
    Jan 2003
    Posts
    47
    I found out what I was doing wrong thanks for your help.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting the contents of text boxes even if empty
    By earth_angel in forum Windows Programming
    Replies: 4
    Last Post: 07-17-2005, 09:17 PM
  2. Scrolling Text Boxes
    By minime6696 in forum Windows Programming
    Replies: 1
    Last Post: 11-30-2003, 09:42 AM
  3. Problem with static text in dialog boxes
    By Clyde in forum Windows Programming
    Replies: 11
    Last Post: 05-28-2002, 12:51 PM
  4. Text boxes?
    By Squamo in forum C Programming
    Replies: 1
    Last Post: 04-30-2002, 10:18 AM
  5. Text Boxes
    By Unregistered in forum Windows Programming
    Replies: 1
    Last Post: 04-21-2002, 03:16 PM