
Making a notepad that handles big files (64k).
I'm afraid you're out of luck, if you're using a regular Win Edit box.
These are limited to 32K for single-line edit ctls, and 64K for multi-line
edit ctls. These limits are expanded for the rich-edit controls.
Quote:
>I've made a little program that looks very much like Notepad, but I'm
>having great difficulties in getting it reading big files.
>The problem is that I cannot use SetWindowText(String) on my CEditView
>when String exceeds something like 60k.
>Any help appreciated.
>--
>/Rohde