Skip to content

Instantly share code, notes, and snippets.

@jpluimers
Created August 30, 2013 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpluimers/6391638 to your computer and use it in GitHub Desktop.
Save jpluimers/6391638 to your computer and use it in GitHub Desktop.
To make WinForms use the ForeColor, make sure to set the BackColor as well...
ErrorTextBox.Text = "something went wrong";
ErrorTextBox.BackColor = ErrorTextBox.ForeColor;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment