ErrorProvider - Change BackColor Instead of Showing Icon
问题 I'm stuck with some legacy code that I want to upgrade a bit. I want to change the way the ErrorProvider shows the error status on a Control. Default behavior is the Icon, and a ToolTip if you hover on the icon. I would like to change this behavior to be more similar to what we use in our WPF controls. Which is a red back-color(Salmon pink) and the tool-tip on the control itself. Any tips, links or some way forward EDIT. See my answer below, on what i ended up with. 回答1: ErrorProvider