Thread: Adding text to a disabled edit box

  1. #1
    Registered User
    Join Date
    May 2004
    Posts
    215

    Adding text to a disabled edit box

    What im trying to do is add text to this disabled edit box. instead of this function that i have below:

    Code:
    fprintf(stdout,"%s",line);
    I want it to print out to my uneditable text box. But i dont know how to do that. that was when youre using a regular console program. hope someone can help. thanks.

  2. #2
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    I posted a function to do that in this thread:
    http://cboard.cprogramming.com/showthread.php?t=53577

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A bunch of Linker Errors...
    By Junior89 in forum Windows Programming
    Replies: 4
    Last Post: 01-06-2006, 02:59 PM
  2. Replies: 2
    Last Post: 05-31-2005, 03:02 PM
  3. adding a line of text to a readonly edit control?
    By Kibble in forum Windows Programming
    Replies: 2
    Last Post: 11-25-2002, 09:04 PM