Keyboard shortcut for marking the whole text of a textbox?

Hello!

Isn't there a keyboard shortcut for marking the whole text of a textbox? I thought it was CTRL-A, but it seems it's not.
Best regards,

Henrik Dahl

[163 byte] By [HenrikDahl] at [2008-3-5]
# 1
No, you have to code it yourself, all short-cut wont work without code. Ctrl-C, Ctrl-V, Ctrl-A, ... all need coding.
WongJunnKit at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 2
No, CTRL-C, CTRL-X and CTRL-V work without coding. Therefore I thought there was also a shortcut for selecting the entire contents of the TextBox.
Best regards,

Henrik Dahl

HenrikDahl at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 3
What about CTRL-A? That is typically the select all command.
JoshLedgard at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 4
Yes, I thought of that, but it also does not work.

I think, that it's rather peculiar that cut, copy and paste are supported by keyboard shortcuts and select all the text by CTRL-A is not.

HenrikDahl at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...