I want to change the border colour/background of a control on a form when it gets the focus. I know this can be done by attaching code to the Got Focus event of every control on the form.
However, I am lazy and was wondering if there is a more elegant way to make the control stand out only when it has the focus. Any ideas?