----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: s_hashim Message 2 in Discussion Look into ms-help://MS.VSCC/MS.MSDNVS/cpref/html/frlrfsystemwindowsformstextboxbaseclassbackcolortopic.htm try this out RichTextBox1.BackColor=System.Drawing.Color.Blue Keep Smiling, Regards. Sayad Hashim Ali Kazi -----Original Message----- From: vipin_gkv [mailto:[EMAIL PROTECTED] Sent: Monday, January 05, 2004 12:59 PM To: BDOTNET Subject: Changing Selected Text Back Color..Very..Very Urgent New Message on BDOTNET Changing Selected Text Back Color..Very..Very Urgent Reply Reply to Sender Recommend Message 1 in Discussion From: vipin_gkv Hello Folks, I am making a RichTextBox Text Editor I am able to change the Fore Color of Selected Text thru this code:--- Dim TxtHighlighter As New ColorDialog If TxtHighlighter.ShowDialog() = DialogResult.OK Then RichTextBox1.SelectionColor = TxtHighlighter.Color End If -------------------------------------------------------------------- I want to change the BackColor Of the Selected Text I am Unablr to find Appropriate Property.....Can Any Body Help................? Regards Sincerely Vipin View other groups in this category. ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDotNet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
