How to add HTML Markup to a textbox or label Control in a windows form C# -


let's textbox control named messagetb. know if possible following:

messagetb.text = "hello <b>world</b>" 

and have output text show "hello world". in other words there way enable html markup control? using visual studio.

the standard windows forms textbox control can't it.

if want formatted text need richtextbox or other control.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -