I\'m working on a windows forms application (C#) where a user is entering data in a form. At any point while editing the data in the form the user can click one of the butt
You could do the following
Change the button to a label and make it look like a button. The label will never get focus and you don't have to do all the extra coding.