I have 2 RichEdits with the same content, but with different width and height. When I select a certain word in one RichEdit, I want to see the same word selected in another one. Using SelStart / SelLength doesn't select the exact same word (most likely because of different client width/height of the controls).
How would you do this?