Saving the content of several RTF text boxes on single file 
Author Message
 Saving the content of several RTF text boxes on single file

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.*-*-*.com/
Before you buy.



Wed, 18 Jun 1902 08:00:00 GMT  
 Saving the content of several RTF text boxes on single file
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
Quote:

> 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.



Wed, 18 Jun 1902 08:00:00 GMT  
 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.
|
|



Wed, 18 Jun 1902 08:00:00 GMT  
 Saving the content of several RTF text boxes on single file
Check the main page at http://www.mvps.org/vbnet/  around 5 tonight.

--
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.

| 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.



Wed, 18 Jun 1902 08:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Saving Rich Text Box Content to .RTF File

2. Saving Rich Text Box Content to .RTF file

3. save file as .txt or as .rtf in rich text box

4. save file as .txt or as .rtf in rich text box

5. Saving Rich Text Box to .RTF File

6. saving RTF box as text

7. Save content of a text box as an image

8. Saving contents of text boxes

9. Rich Text File (.RTF) -Can't copy multiple .rtf files

10. Rich Text File (.RTF) -Can't copy multiple .rtf files (VB 6.0 Enterprise)

11. How to save RTF file as an encoded text with Hebrew(Windows) encoding

12. Saving contents of a list box as a file

 

 
Powered by phpBB® Forum Software