Like other answers indicate, Application.EnableVisualStyles() should be called. Also the TextBox.ShortcutsEnabled should be set to true. But if your TextBox.Multiline is enabled thenCtrl+Awill not work (see MSDN documentation). Using RichTextBox instead will get around the problem.