kanak Posted January 15, 2005 Posted January 15, 2005 hi all i m tryin to make a messenger application using vb.net the problem i m facing is ... i have two rich text boxes one i will type the messgae and another one in which i will display the message along with the user name who send the message... i want to make the user name bold ... so is there any rich text box in vb.net which accepts html tags or how to do it ... can i inherit the text area control from asp.net ... i how to do it ... i want the window to be like the yahoo chat window ... with user who is sending the message as bold... anyone help Quote
Ontani Posted January 16, 2005 Posted January 16, 2005 a richtextbox accepts RTF chars. Try searching for that. Quote www.purevision.be :: www.devpoint.be
kanak Posted January 16, 2005 Author Posted January 16, 2005 what do u mean by RTF chars .. how to make only a part of the text bold which is entered in a text box ... if possible help me with code ..thanks Quote
Ontani Posted January 16, 2005 Posted January 16, 2005 RichTextBox1.Rtf = "{\rtf1\ansi This is in \b bold\b0.}" shows: This is in bold. Quote www.purevision.be :: www.devpoint.be
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.