c**t 发帖数: 2744 | 1 VS2003, Framework 1.1
The following code do nothing:
uiTextBox.ForeColor = Color.Red;
But the working code is:
uiTextBox.BackColor = SystemColors.Control;
uiTextBox.ForeColor = Color.Red;
What's wrong with the first case? why is the font color of uiTextBox not
changed to red? a bug? | S***k 发帖数: 370 | 2 Cannot duplicate it with vs2003, .net1.4322 | c**d 发帖数: 579 | |
|