July 14th, 1999, 06:53 PM
Hi everyone,
I have a COM Object (In-process DLL) that fires some events. How do I define those events in C++ so that I can receive those events in my client program?
I know how to do it for ActiveX Controls (just add it to the Dialog and create appropriate message maps), but I can't figure out how to do it for COM Objects which are not ActiveX Controls....
Thanks in advance,
Stan
I have a COM Object (In-process DLL) that fires some events. How do I define those events in C++ so that I can receive those events in my client program?
I know how to do it for ActiveX Controls (just add it to the Dialog and create appropriate message maps), but I can't figure out how to do it for COM Objects which are not ActiveX Controls....
Thanks in advance,
Stan