Advertisement
Advertisement
| 05.09.2008 at 08:21PM PDT, ID: 23391254 |
|
[x]
Attachment Details
|
||
1: 2: 3: |
this.tsStatusDataSaved.Text = "Data Changed...";
this.tsStatusDataSaved.ForeColor = Color.DarkRed; //doesn't do anything
this.tsStatusDataSaved.BackColor = Color.DarkRed; //changes background to red
|