blah blah blah is here! blah blah » Close

0
votes
2 answers

set font color of inactive text box

I've embedded an Easter egg in an app but to make it work, I store some text in an inactive text box. I can change the font color of active an active text box so it is the same color as the background. However when I disable the text box (t ...

0
votes
1 answers

Changing button background color for one row in datagrid

I have the below code that loops through a datagrid setting the format per the items listed in that row. For some reason I cant find how to change the button background color for just one button (some buttons will be red and some will be gr ...

0
votes
1 answers

substring color

q12
349

I want to write a text in a textbox but the only property to bring color to that text is by using the foreground property, which influence the entire text. I want to color only some words from that text. How to do it? I have searched a lo ...

0
votes
1 answers

Different color for each listbox item

Howdy, Please help me. I wonder how to give a different color for each listbox item. I've try to make a short line of code to handle that but it was failed. [code] if(this.listBox1.InvokeRequired==true){ this.listB ...

1
votes
2 answers

Console Questions

Hi Everybody, I am looking for ways to implements simple Qbasic features into C Sharp Console namely: 1. The use of blinking color in Console. 2. Delimit Clear Screen as from Row 5 Downward so as to leave the first five row of the Co ...

0
votes
1 answers

Settings in C# not working

Hi, I have a lot of settings in the Settings.settings file in C#, but when I use a Colour setting and set it to User (instead of Application), then my program ignores any changes, and always uses the last value from when it was set to ap ...

1
votes
4 answers

changing background color of specific items in listbox

Hi all, I am populating a Listbox in my ASP.NET website by pulling values from a database. Now, based on certain criteria, I want to change the text color of some of the items in the listbox. Even making them bold would do the trick. ...

Feedback