36 years?? Well that explains it! I didn't start programming till a year later (1966).
And I still make dumb errors. But as long as I learn from them..... *grin*
Damn! I'm stupid. I've never noticed the .SelRTF before, and used .SelText and .TextRTF thinking you'd made an error. Once I tried .SelRTF, it worked.
For those interested:
'I want to add something to the end of RTB1.Text,
'so find the end of that text.
RTB1.SelStart =...
I wish to append rich text from a RichTextBox to an RTF file. How do I do that?
The method that I thought of was to load some RTF into one RichTextBox, and then to concatenate the new RichText to that, then save to the RTF file.
I can drag and drop the rich text without a hassle, but I am...
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.