Neil, Mick,

use RE1 sellength to select required text on RE1
then use copytoclipboard.

Now paste clipboard data into RE2

How do you save the existing Clipboard contents in case your user has something on it? I'd get pretty irked if an application removed data from my clipboard :)
Is it possible to make a clipboard replacement to use in an application?

my solution was to steal Delphi's copy and paste code for richedit-controls. That way you get the data from here to there without using the clipboard.
However, as it is provided by Delphi, I can't post it here.

-Gunnar
_______________________________________________
Delphi mailing list -> Delphi@elists.org
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

Reply via email to