Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rich textbox
Message
 
 
To
04/08/2000 03:31:57
General information
Forum:
Visual Basic
Category:
Other
Title:
Miscellaneous
Thread ID:
00400898
Message ID:
00401031
Views:
39
try usnig the textrtf and selrtf properties
ie.

Private Sub Command1_Click ()
Open "mytext.rtf" For Output As 1
Print #1, RichTextBox1.SelRTF
Close 1
End Sub

or

Private Sub Command1_Click ()
Open "mytext.rtf" For Output As 1
Print #1, RichTextBox1.TextRTF
Close 1
End Sub
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform