CEdit question
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I would like to know whether it is possible to listen to a specific
EM_/EN_
message from CEdit informing the caret has been moved to a different position? Is there such a message? Or do I have to listen to theOnChar
event and from there callGetSel(...,...)
to know the caret position? All comments are very appreciated, David