How to get send / receive event from an ocx control ?
I have Created a class in the client inheriting from IAdviseSink
and a class in the ocx inherited from IDataObject
also implemented the DAdvise function and called CreateDataAdviseHolder in the ocx
where can I find a good simple example of it ?
How does the client gets the OnDataChange event function

10x