Cursor positioning

I

Ig

I have field for telephone number with mask
\(000") "000\-0000;0;" "
So user see (999)999-9999.
I want when user enters this field with mouse, to position cursor
automatically
on the first symbol. How it can be accomplished?
Thanks
 
J

James Hahn

Have a look at the Selstart property of the text box that you are using to
display this field. Setting this property will do what you want.
 
Top