Re: Paste too fast
From: Cruxy (cruxyATcruxyDOTnet)
Date: 11/21/03
- Next message: Cruxy: "Re: ExecAndWait with MS Word XP"
- Previous message: Qzg=FCr=20TU=D0RUL?=: "Re: mapping a network drive"
- In reply to: Jean-Pierre Lamon: "Paste too fast"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 21 Nov 2003 02:40:18 -0700
Some completely different idea (only to think about):
If you try to send the data via a WM_COPYDATA Message from one
Application to the other, you could also pass a custom header with your
data -> the destination knews, that it should create a new TMemo and
put the appended data to it.
for information:
WM_COPYDATA allows to pass a pointer to memory with a size from one
Process to an other (AFAIK the memory is mapped to the other process's
memoryspace while sending).
The application receiving that could determine which app sends this and
accept or dispose the data sended.
- Next message: Cruxy: "Re: ExecAndWait with MS Word XP"
- Previous message: Qzg=FCr=20TU=D0RUL?=: "Re: mapping a network drive"
- In reply to: Jean-Pierre Lamon: "Paste too fast"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|