"Nagendra Gunaga via .NET 247" <anonymous@dotnet247.com> schrieb:
> I have a text box and a digit value. i want to set the cursor to digit
> value inside the textbox.
> eg. if digit value = 2, i want to set the cursor position to 2nd character
> position inside text box. Pls help me in this regard..
Take a look at the overloaded versions of the textbox' 'Select' method and
its 'SelectionStart' and 'SelectionLength' properties.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>