trichview.support
Re: TRichViewEdit, set caret at X,Y coordinates ? |
Author |
Message |
Sergey Tkachenko |
Posted: 07/20/2003 22:42:35 SendMessage does not make sense here, because it executes the message handler immediately. PostMessage is required because it just posts the message for processing later. You can test your application dragging objects in table cells. There may be an exception without using PostMessage. What is the problem with PostMessage? It has the same syntax as SendMessage... > Thanks Sergey ! > > I'm now able to drop URLs in TRichViewEdit. > > In my case "MoveCaretTo" works, > "Postmessage" doesn't .... > ... but "SendMessage" works also well. > > Up to the next goal: dropping of file-links and images, > as soon as it works, I'll post the code. > > Stef Mientki > |
Powered by ABC Amber Outlook Express Converter