I have this .xml database read by vb.net2003. the text were display using richtextbox. I need to display those text as formatted like when ever it encounter the word 'wholly' it should be display in bold, italic.
I would be very grateful if anyone solve this for me
Zela
Loading
ZelaPosted Sep 14, 2010, 1:26 AM
your formatting control seems like a web text control, but i am using richtextbox in my form. Could you please explain to me in detail if its works in richtextbox and give a little code here.
thanks
ShankeyPosted Sep 3, 2010, 6:10 AM
You can Use a Foreach Word in TextString so search for it, then Split and add a formatting control searchtext then append the next part.
Dont forget to mark answer as accepted if it helped you.