25-09-21, 08:19 PM
(25-09-21, 08:07 PM)F35 كتب :كود :
RichTextBox1.Lines = IO.File.ReadAllLines("D:\tEST\nms\r.txt")
كود :
IO.File.WriteAllLines("D:\tEST\nms\r.txt", RichTextBox1.Lines)
كود :
Dim arr() As String = RichTextBox1.Lines)
والكود ينطبق على TextBox فلديها Lines ايضا
شكرا لك
طيب والان لو اردنا حفظ السطور الي بـRichtextbox الى مصفوفه من نوع Byte ?
Basil Abdallah

