G
Guest
I am trying to pass a text stream from streamwriter class to a richtextbox,
or textbox doesn't matter which one. I have the file write version working
fine such as:
x.streamwriter = System.IO.File.CreateText("C:\text.txt")
Anyway to write to a textbox or rtf rather than file... ?
Thanks in advance...
Anthony Nystrom
or textbox doesn't matter which one. I have the file write version working
fine such as:
x.streamwriter = System.IO.File.CreateText("C:\text.txt")
Anyway to write to a textbox or rtf rather than file... ?
Thanks in advance...
Anthony Nystrom