I have three rich text boxes. I've set AcceptsTab = True. When I tab the first richtextbox to the second one, all the text is not selected. I've tried using the keydown for the richtextboxes and checking the if it's the tab key and doing selectall. Unfortunately, the event doesnt even get fired. How would i do this? Can anyone help?