I need a editBox in c# that only shows and edits formatted texts(bolded,colored,...) and supports RTL and I can to get Html code from inputed text.
So used WebBrowser and enabled designMod on it. it s very good but it also shows unwanted contents (images,links,tables,...) if user pastes in it or drops to it.
我也使用了RichTextBox,But它已经过问题,没有为我提供html的法典。
If anyone can help me to implement a webbrowser control that cat not accepts some tags? Sorry for bad English!!