Click to See Complete Forum and Search --> : Fire event for particular exe.


Fandu_Nagesh
December 15th, 2004, 12:09 AM
Hi Gurus,
I have 3 executbables that uses same event object for IPC. When I say ::SetEvent(myEvent), I want to make a particular Exe to handle that (even through all the executbales are looking for it).

Basically, the question is, can we fire the event for particular exe even though that event object is used in multiple exe.?

Thanks in advance.
Regards
Nagesh

kirants
December 15th, 2004, 01:34 PM
Nope. Why not use someother event for that case ?

Fandu_Nagesh
December 16th, 2004, 05:10 AM
Yes, kirants
You are right. I need to use separate Event Object.

Thanks
Nagesh