I need to read in large text files, allow the User to edit them, then store the modified text back on the hard disk. I thought I could just use a "text box control", but I found the followin in the help file:
A text box can have only a limited number of lines. The number of lines multiplied by the pixel height of the font must be less than 32,767, or else the text box does not scroll. In a text box that uses NIDialogMetaFont or NIEditorMetaFont, you can have a maximum of about 2,500 lines.
My text files could be up to 256K lines. Any suggestions on how I could do this?
Thanks,
Jeff Smith
Northrop Grumman Corp.