Требуется определить абсолютную позицию символа (рядом с которым стоит курсор) в edit control.
TIA
Здравствуйте, bulklodd, Вы писали:
B>Требуется определить абсолютную позицию символа (рядом с которым стоит курсор) в edit control.
B>TIA
The EM_GETSEL message retrieves the starting and ending character positions of the current selection in an edit control. You can send this message to either an edit control or a rich edit control.
Здравствуйте, gandalf_g, Вы писали:
_>Здравствуйте, bulklodd, Вы писали:
B>>Требуется определить абсолютную позицию символа (рядом с которым стоит курсор) в edit control.
B>>TIA
_>The EM_GETSEL message retrieves the starting and ending character positions of the current selection in an edit control. You can send this message to either an edit control or a rich edit control.
Thank you, it's that i need