CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2005
    Posts
    37

    any way to extend edit control's 30,000 limit?

    I understand that the predefined multiline edit control in the Win32 API has a limit of 30,000 characters. I find this to be somewhat limiting, and am wondering if there's a way to extend this limit by any chance? What happens if one just ignores the limit?

    Thanks!

  2. #2
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,244

    Re: any way to extend edit control's 30,000 limit?

    Send EM_LIMITTEXT message to edit control.
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

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