Rafael,
I was never able to get SelectAll to do what I wanted either, so I ended up
just setting the textbox Text = "" when it gets focus. That's not the same
thing, of course, but it works the same for my users.
--
Ginny Caughey
..Net Compact Framework MVP
"Rafael Pivato" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> How can I autoselect a TextBox text when the user taps it ?
>
> I tried handling the GotFocus event and using SelectAll function, but the
> text selects and deselects...
>
>
> ---------
> Rafael Pivato
>
>
|