Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rich textbox
Message
 
À
04/08/2000 03:31:57
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Titre:
Divers
Thread ID:
00400898
Message ID:
00401031
Vues:
40
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform