Is there a simple way (component or API) to use, when transfering text strings from one application to another? (Both running on the same PC!)
I can use shared memory with the string stored at a common memory location, but is that it ? Nothing more direct similar to SendMessage etc. (transfers numbers, I know) ? I have found a component named AlMailSlot, that is said to be able to do it. It is mainly used to transfer strings between computers, and it may require a network card in the computer. (I do have one, so no problem in that) _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

