CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 1999
    Posts
    5

    Multiline Editbox

    How can I make an edit box which can hold multiple lines of text?


  2. #2
    Join Date
    Jun 1999
    Posts
    23

    Re: Multiline Editbox

    To Chorv

    Create an edit box on your dialog of ample size.
    Right click on the edit box and go into the properties.
    In the Styles tab check multiline, vertical scroll, want return

    I hope this helps


  3. #3
    Join Date
    Jun 1999
    Posts
    319

    Re: Multiline Editbox

    Check the multiline property for the edit in the dialog editor or of you create it dinamically add the ES_MULTILINE style.
    Let me know if this works fine for you.
    Best regards,
    Faby


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