|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Different colored lines in the same textboxHow do i write lines with different colors in a textbox?
I've tried using the forecolor property and it just takes the last color. eg. TextBox1.ForeColor = Color.Red TextBox1.Text = "test" & " " TextBox1.ForeColor = Color.Purple TextBox1.Text &= "test2" It prints both test and test2 in purple "None" <shefsspec***@gmail.com> wrote in message I don't believe this is possible in a default textbox. There are 2 options news:1143090151.769446.274120@v46g2000cwv.googlegroups.com... > How do i write lines with different colors in a textbox? > I've tried using the forecolor property and it just takes the last > color. > eg. > TextBox1.ForeColor = Color.Red > TextBox1.Text = "test" & " " > TextBox1.ForeColor = Color.Purple > TextBox1.Text &= "test2" > > It prints both test and test2 in purple > I believe you have.. 1. use an RTF box instead. 2. Custom Draw your textbox. This would be more work but I think it would allow you to set the different colors using the graphics.drawxxxx methods. jjardine "None" <shefsspec***@gmail.com> schrieb: You may want to use the RichTextBox control instead of the common textbox. > How do i write lines with different colors in a textbox? > I've tried using the forecolor property and it just takes the last > color. > eg. > TextBox1.ForeColor = Color.Red > TextBox1.Text = "test" & " " > TextBox1.ForeColor = Color.Purple > TextBox1.Text &= "test2" > > It prints both test and test2 in purple The richtextbox' 'SelectionColor' property can be used to change the color of the selected text. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/>
VB.NET - Issues with VB.NET FTP Class to UNIX FTP Server
what's up? reading xml Reading Excel in VB.NET SQL Distinct Create 30 Day trial version Learning - displaying selection in pictureboxes Null, DBNull, Nothing, VBNullstring how to avoid broken references when give out projects Opening a query in MS Access with parameters using VB.net Help with Access Database and tables |
|||||||||||||||||||||||