Normally when pressing the TAB key you change the focus to the next control in the given tab order. I would like to prevent that and have the TAB key do something else. In m
Override ProcessDialogKey or ProcessTabKey on your Form and do the logic you want depending on which control is focused.
ProcessDialogKey
ProcessTabKey