An application sends an EM_LINEFROMCHAR message to retrieve the index of the line that contains the specified character index in a multiline edit control. A character index is the number of characters from the beginning of the edit control.
EM_LINEFROMCHAR wParam = (WPARAM) ich; // character index lParam = 0; // not used; must be zero
The return value is the zero-based line number of the line containing the character index specified by ich.
In a rich edit control, if the character index is greater than 64K, use the message EM_EXLINEFROMCHAR.
EM_EXLINEFROMCHAR, EM_LINEINDEX
file: /Techref/os/win/api/win32/mess/src/msg05_18.htm, 1KB, , updated: 2000/4/7 11:19, local time: 2024/11/11 05:17,
18.118.10.36:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/os/win/api/win32/mess/src/msg05_18.htm"> EM_LINEFROMCHAR</A> |
Did you find what you needed? |