Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I am looking for an example in which I can fire an event on a different process.
Now, I know in C++ I can use Win32's CreateEvent, that's fairly simple.

But is there a way to listen to that event in C#?
Posted
Updated 10-Jun-13 20:47pm
v2

1 solution

 
Share this answer
 
Comments
Joezer BH 11-Jun-13 3:08am    
That means I have to create a thread myself and tell it to wait for the signal.
(and put it in an endless loop so that I can get later signals...)

Is there a way to get "normal" event behavior, i.e. to get a call to a specified event handler

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900