Hi all! How to get more than 30,000 characters in an edit box? I want to display a text file (containing about a million characters) onscreen in a single edit box. Any ideas?
You can also change the text limit using EM_LIMITTEXT message (see http://msdn.microsoft.com/en-us/library/bb761607(VS.85).aspx) which allow you to set the limt to 2147483646 (0x7FFFFFFE)