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
Printable View
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
You can achieve this by using getting the SelectionStart property. You can also move the cursor by setting the position you want.