Invoking event from member variable class
Hi,
I'm a newbie in MFC ATL. I created an ActiveX Control using ATL. I added an event MyEvent using connectionpoint. I also added a member variable class of CServerSocket which inherits CAsyncSocket class.
How do i invoke the MyEvent event of my Activex control from the OnReceive() method of CServerSocket? Please help. Thanks a lot.
|