how to get current cursor position while typing in textbox ?
i used api function "getcursorpos" function but it gives cursor position with respect to screen.
Printable View
how to get current cursor position while typing in textbox ?
i used api function "getcursorpos" function but it gives cursor position with respect to screen.
i got its solution
text1.selstart will give its current cursor position.