Thread: Is there a text area for c#???

  1. #1
    Registered User
    Join Date
    Apr 2008
    Posts
    44

    Is there a text area for c#???

    Is there something like a text area for a c# application where a whole document may be outputed?

  2. #2
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    RichTextBox?
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

  3. #3
    Registered User
    Join Date
    Mar 2008
    Posts
    2
    Quote Originally Posted by mixalissen View Post
    Is there something like a text area for a c# application where a whole document may be outputed?
    You use the TextBox control. It has a "MultiLine" property that you can set to true for multiple lines.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. DirectX | Drawing text
    By gavra in forum Game Programming
    Replies: 4
    Last Post: 06-08-2009, 12:23 AM
  2. Text adventure engine idea. thoughts?
    By suzakugaiden in forum Game Programming
    Replies: 16
    Last Post: 01-15-2006, 05:13 AM
  3. very weird problem (pointers I think)
    By hannibar in forum C Programming
    Replies: 2
    Last Post: 10-11-2005, 06:45 AM
  4. Need help with switch
    By 3kgt in forum C Programming
    Replies: 2
    Last Post: 02-26-2003, 12:43 PM
  5. Replies: 1
    Last Post: 07-13-2002, 05:45 PM