How do I find out the screen coordinates or maybe the relative coordinates for the cursor as the user types in a RichEdit box?
cursor or caret?
Use
GetCaretPos to get caret coordinates
GetCursorPos for mouse coordinates
GetCaretPos to get caret coordinates
GetCursorPos for mouse coordinates