Click to See Complete Forum and Search --> : cursor position in a textbox


BrianEKeating
July 9th, 2002, 08:36 AM
does anyone know how to get the cursor position within a textbox?

number of characters from start of textbox where cursor is flashing.

all replies rated

CPCericola
July 9th, 2002, 09:54 AM
You can achieve this by using getting the SelectionStart property. You can also move the cursor by setting the position you want.