Get char pos of RichEditControl ?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How can I get coordinates of the current character (in current line) in a rich edit control ? I'm tired with LineIndex, LineCount, GetCharPos, Get...get.. but cannot find solution. :(( :(( Hung Son A Vietnamese student i-g.hypermart.net dlhson2001@yahoo.com
-
How can I get coordinates of the current character (in current line) in a rich edit control ? I'm tired with LineIndex, LineCount, GetCharPos, Get...get.. but cannot find solution. :(( :(( Hung Son A Vietnamese student i-g.hypermart.net dlhson2001@yahoo.com
Make sure you are using the correct version of richedit control. Version 1 does not support the character position functions. Use version 2 or above. It should be defined in one of your header files.