Architecture
VS Team System
Smart Device
Visual FoxPro
SQL Server
.NET Development
Visual C++
Visual Studio
VS Express Editions
Windows Forms
Windows Vista
Visual Basic
Windows Live
Game Technologies
Visual C#
Software Development Network>> Windows Forms>> How to change disabled TextBox font color?
How to change disabled TextBox font color?
Hot Topic
Showing property values as dropdownlist
Storing to database from datagrid
Guidance required
How can I add component files to bootstrapper object?
How to Deploy Clickonce in client place.
How to update dataset
Loop calling a class causing a memory leak?
Calling the console exe from setup Project in .NET
Windows Platform SDK can we use it in .Net ? How do interact with Windows OS
Populating treeview from XML (serialization)
Windows Forms
WindowsForms with a UserControl
Can not receive animals
Redirecting Console Output
How to set the current cell programatically in datagridview?
'ping' automatically
DataGridViewRadioButton Cell, Column
How can I find out if a form (in my case a child form of MDI parent) is maximized?
Typed Dataset filter count
Thread::Sleep question
How to get modified rows from a datagrid , when the changes are made on the editable datagrid itself
How to change disabled TextBox font color?
Can't find it...Or can I switch the whole "Style" (Color Scheme...)
Thanks
Peter
Answer this question
How to change disabled TextBox font color?
rodizzio
You probably caught my reply in your other post:
MyTextBox.ForeColor = System
.
Drawing
.
SystemColors
.
WindowText;
How to change disabled TextBox font color?
Answer this question
How to change disabled TextBox font color?
rodizzio
MyTextBox.ForeColor = System.Drawing.SystemColors.WindowText;