CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Text Boxes

  1. #1
    Join Date
    Apr 2001
    Location
    Wisconsin, USA
    Posts
    150

    Text Boxes

    This is gonna sound like a stupid question, but here goes:

    How do you get a text box to wrap text? I have a text box with a height of 1455 and a width of 2055.
    What I want is when a user types text into the text box and reaches the far right side, the text should auto
    wrap to the next line. How do I achieve this?


  2. #2
    Join Date
    Apr 2001
    Location
    Wisconsin, USA
    Posts
    150

    Re: Text Boxes

    Never mind. I figured it out!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured