 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
akermisch@charter.net Guest
|
Posted: Thu Jul 28, 2005 8:18 pm Post subject: Saving Files Using Splitters |
|
|
I have an SDI application with two splitter panes. The application is
designed to open a text file and the user then can utilize a set of
tools to modify the text. The modified text appears in a second
splitter window. The question I have regards saving files. How do I
capture the changed text and save it to the file? I can successfully
save the initial text as loaded into the application, but have been
unable to figure out how to save the modified text which appears in the
second splitter window.
Thanks in advance for your assistance
|
|
| Back to top |
|
 |
Phlip Guest
|
Posted: Thu Jul 28, 2005 9:10 pm Post subject: Re: Saving Files Using Splitters |
|
|
akermisch wrote:
| Quote: | I have an SDI application with two splitter panes. The application is
designed to open a text file and the user then can utilize a set of
tools to modify the text. The modified text appears in a second
splitter window. The question I have regards saving files. How do I
capture the changed text and save it to the file? I can successfully
save the initial text as loaded into the application, but have been
unable to figure out how to save the modified text which appears in the
second splitter window.
|
You will get much better help on a newsgroup that covers your library.
Here, if you can get a string or character pointer to the data in the second
split, you can save it to a file with <fstream>. Google for that, but it's
hard to help accurately unless you post code to a qualified newsgroup.
--
Phlip
http://www.c2.com/cgi/wiki?ZeekLand
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|