Click here to Skip to main content
15,886,527 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Hi All,
I have a quetion. Is it possible to run a method when an event occurs. Not by using infinite loops and events are not from any control, ex., event set by communication port like EV_TXEMPTY.

Thanks
Rajasekhar
Posted

1 solution

I would assume so.
Have a look at WaitCommEvent on MSDN.

Max.
 
Share this answer
 
Comments
raja_s 7-Dec-10 4:01am    
Hi Maximilien,
Thanks for the reply. I think WaitCommEvent waits for an event to occur in a loop. Instead is it not possible to triger an action just like actions for controls.

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