//change background color
button1.BackColor = Color.Firebrick;
//change text color
button1.ForeColor = Color.ForestGreen;
autopilot wrote:are you just trying to change the background & text color of command buttons? if so, use somthing like:
- Code: Select all
//change background color
button1.BackColor = Color.Firebrick;
//change text color
button1.ForeColor = Color.ForestGreen;
radarguy wrote:I googled up some ColorButton classes, but they are all pretty old and don't work with Visual Studio 2005..

Return to C++, C# And Others Programming
Users browsing this forum: No registered users and 0 guests