简体   繁体   中英

VB.Net Form Controls For Formatting A Rich Text Box

I'm looking for a way to allow users to format text in a rich text box before submitting the .rtf to a database.

I'm looking to allow users to highlight text in the text box and then make it bold, change the font size, colour etc. All the classic controls you find in word basically.

Short of writing my own controls, is there any way of achieving this? I'd rather steer clear of 3rd party stuff, but if there is anything that is worth it I could check it out.

TIA

I'm pretty sure you need to write your own control or use one someone else has made. The standard RichTextBox doesn't support much.

This one looks decent: http://www.codeproject.com/Articles/24443/RicherTextBox

It was mentioned in: richtextbox advanced editing

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM