Events
-
I have a dll that implements connection points. Now I have a client that uses the dll using CreateInstance(..)& queryinterface. Now how do I receive events from the DLL. I guess it should be like registering a callback function for the events inside the dll? Dont know.. how to go?
---------------------------- 286? WOWW!:-O
-
I have a dll that implements connection points. Now I have a client that uses the dll using CreateInstance(..)& queryinterface. Now how do I receive events from the DLL. I guess it should be like registering a callback function for the events inside the dll? Dont know.. how to go?
---------------------------- 286? WOWW!:-O
-
I have a dll that implements connection points. Now I have a client that uses the dll using CreateInstance(..)& queryinterface. Now how do I receive events from the DLL. I guess it should be like registering a callback function for the events inside the dll? Dont know.. how to go?
---------------------------- 286? WOWW!:-O
Hello Just read this article: COM Connection Points By Alex C. Punnen. http://www.codeproject.com/com/connectionpoint.asp Regards,