Selectall does not work

  • Thread starter Thread starter Klear
  • Start date Start date
K

Klear

I am developing in vs2003 for pocketpc 2003. I am trying to select all the
text in a text box when it get's focus using the txtbox1.selectall() method.
While I trace the code to the line of code and see that it is executing; It
does not visually select all the text.

I am trying to create the behavior where all the text is selected when the
user enters the textbox.

Any help is appreciated.
 
Back
Top