I need to change the button FocusRectangle colors in my Forms, because I have Flat type Appearance with a background image. Which is the best way to do it
I tried with an override of the OnPaint method and DrawFocusRectangle, but I just get an strange behaviour...
Thanks in advance,
Demian

Button FocusRectangle Problem