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

    Size Limitation of Edit Control

    Edit control seems to have a limitation of about 60,000 bytes...a text of about 64000 was not displayed on the Control..Is there any control that would not have such a short limitation?


  2. #2
    Join Date
    May 1999
    Posts
    53

    Re: Size Limitation of Edit Control

    Yeah...the Rich Edit Control. It's used in applications such as Wordpad and can handle large files (if
    you try to open a large text file in Notepad you'll be asked if you want to use Wordpad to view it).
    The Rich Edit Control is not aviable in the resource editor like the edit control is; you have to create
    it using Create.

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