Re: Output help!
- Posted by David Cuny <dcuny at LANSET.COM> May 21, 1998
- 651 views
Bonn Ortloff ("LEVIATHAN") wrote: >I was wondering if I can take a file, read it in, assign it to a >variable, make all "\n"'s >to &10& so that Windows can interpret it properly, and if (you) can show >me the routine to add to the already there WINDOW.EXW. You might want to take a look at Win32Lib. One of the included demos is GENERIC.EXW, a small text editor. It reads and writes text files (limited to 32K), and uses an MLE (Multi-Line Edit) with scroll bars. -- David Cuny