Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I was playing around with a C# and .Net solution using MS Access with a rich text field. The C# form Rich Text Edit control displays the text as markup instead of as real rich text:
<div><font color=black>This is </font><font color=red><em>a teest</em></font></div>

Any pointers?

What I have tried:

I've looked at things like A RichTextBox that can Bind to the RTF Property[^], but can't figure out how to even incorporate it correctly into Visual Studio, as I'm relatively new to C#.
Posted
Updated 27-Jan-21 8:27am

1 solution

Not really a solution, but you can find some information here:
richtextbox - Rich Text - MS Access to Windows Forms rich text box - Stack Overflow[^]
 
Share this answer
 
Comments
David O'Neil 27-Jan-21 14:52pm    
Thanks. Not much help in that link, but at least I know I'm not alone...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900