Typically to copy selected text one would do the following:
sendmessage(ActiveControl.Handle, WM_Copy, 0, 0);
Then WM_Paste it.

However, does anyone know another more direct way eg the activecontrol.handle to
a string, rather than via the clipboard?? Examples?
Thanks,
Alistair+

_______________________________________________
Delphi mailing list
[EMAIL PROTECTED]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to