BTW, I'm using VC# Express 2008.
Edited by BobLewiston, 04 March 2009 - 06:09 PM.
Posted 04 March 2009 - 06:01 PM
Edited by BobLewiston, 04 March 2009 - 06:09 PM.
Posted 04 March 2009 - 06:19 PM
Posted 04 March 2009 - 06:54 PM
Posted 04 March 2009 - 10:38 PM
Posted 04 March 2009 - 10:52 PM
textBox1.ForeColor = System.Drawing.Color.Red;but here's what I discovered through trial and error: it turns out that when a TextBox's ReadOnly property is set to true (as this one was), the Text property can be modified, but the ForeColor property can't.
0 members, 0 guests, 0 anonymous users