 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Hamid Guest
|
Posted: Wed Jan 28, 2004 7:44 am Post subject: Using TEvent |
|
|
I want to send a message from an application to another, if it is running (by checking an event). How can I use an TEvent class to communicate between them?
Regards,
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Wed Jan 28, 2004 6:48 pm Post subject: Re: Using TEvent |
|
|
"Hamid" <hrz_mir (AT) yahoo (DOT) com> wrote
| Quote: | I want to send a message from an application to another, if it is
running (by checking an event). How can I use an TEvent class
to communicate between them?
|
That is not what TEvent is designed for. If the first application is
waiting on an event, and the event has a name assigned to it, then the
second application can signal the event. Nothing more. If you want actual
communication, then look at actual IPC (interprocess communication)
techniques, such as window messages, pipes, TCP sockets, RPC, COM, etc.
Gambit
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|