Bold certain text in textbox

T

Todd Huttenstine

Hey guys

How do you programmatically bold a certain portion of text
in a textbox?

How would I bold the words "Hello my name is Todd" in the
following example?

textbox1.value = "Hello my name is Todd. What is your
name?"

I want to bold the first sentence, but not the second.



Thank you
Todd Huttenstine
 
Top