Thanks to Rob Kennedy s answer to my question on how to set the Skype Chat window text.
However, whenever I set the text using
SendMessage(RichEditWnd,WM_SETTEXT,0,Integer(PChar(Edit1.Text)));
Then when I click on the Chat Edit control in Skype, the carret is placed at the beginning and some clicking is required to get it "right" again.
Is there a Windows Message for setting the carret position? Or atleast something that I can use to set the Carret Position to the end of the text? :)