In a winforms application, is it possible to select all text using CTRL+A?
put event onkeypress and use SelectAll Method
http://msdn.microsoft.com/en-us/library/system.windows.controls.textbox.selectall%28v=vs.95%29.aspx