
Saving the content of several RTF text boxes on single file
1. Why recommend adding a new control instead of using a temporary variable.
2. How do you read the data back into the three text boxes next time the
program runs?
--
Randy Birch, MVP Visual Basic
http://www.mvps.org/vbnet/
http://www.mvps.org/ccrp/
Please correspond only using the newsgroups so all can benefit.
| I would imagine that it would be quite simple to add another RTFbox to a
| form, put them all in there, and save that.
| newrtf.text = old1.text & old2.text & old3.text
|
|
| > How can I save the content of several (Rich Text Format) text boxes that
| > are located on different forms into one single file, and also keep the
| > text formatting unchanged.
| > Peggy
| >
| >
| > Sent via Deja.com http://www.deja.com/
| > Before you buy.
|
|