Rich Text Boxes should only be used if you want to make a Rich Text Processor, otherwise just use a standard TextBox. VS.Net is refusing to start at the moment but try this:
Visual Basic:
RichTextBox1.Open "C:\Image.txt"
If you use a standard TextBox you'll need to StreamReader it
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.