【发布时间】:2011-04-25 12:19:27
【问题描述】:
感谢 Rob Kennedy 在how to set the Skype Chat window text. 上回答我的问题
但是,每当我使用
设置文本时SendMessage(RichEditWnd,WM_SETTEXT,0,Integer(PChar(Edit1.Text)));
然后,当我单击 Skype 中的聊天编辑控件时,carret 放置在开头,需要单击才能再次“正确”。
是否有用于设置 carret 位置的 Windows 消息?或者至少可以用来将 Carret Position 设置为文本末尾的东西? :)
【问题讨论】:
标签: windows delphi window-handles