Click to See Complete Forum and Search --> : Events


saiprabhur
June 29th, 2006, 10:38 AM
I would like to receives events in VC++ client application which has raised by C# server application or Service. Help me ..

Thanks in advance

Krishnaa
June 29th, 2006, 11:01 AM
What kind of events ?

Windows Messages can be good to send messages.

http://www.codeproject.com/dialog/messagehandling3.asp
http://windowssdk.msdn.microsoft.com/en-us/library/ms632590.aspx

saiprabhur
June 30th, 2006, 09:50 AM
Sorry for delay reply


E.g. .Net service raise event after specific operation. In MFCDIalog based application i would like to capture the event and do some specific operation. i need help on how to capture events raised by .Net componet from My Dialog application.