How to programmatically select all the text of a TextBox control (Compact .NET 2.0)
- by PabloG
I want to select all the text of a System.Windows.Forms.TextBox() control in a GotFocus event, but all the examples I found make use of the .SelectionStart / .SelectionEnd properties of the control, and those aren't available in .NET 2.0 Framework.
Any ideas?
TIA,
Pablo