.
public int GetCaretPostion(string str, int index)
.
The GetCaretPos API
3/13/2013 12:13:31 PM - -83.23.175.112
.
static extern bool GetCaretPos(out Point lpPoint);
.
Private Declare Function GetCaretPos Lib "user32" (ByRef lpPoint As Point) As Integer
.
GetCaretPos(pt)
.