MLM_SETSEL - Examples

This example highlights the second, third, and fourth characters of the text, and places the cursor to the right of the fourth character.

WinSendMsg(hwndMle, MLM_SETSEL, (MPARAM) 1L, (MPARAM) 4L);


[Back: MLM_SETSEL - Default Processing]
[Next: MLM_SETSEL - Topics]