Hello, I have an MFC project with an existing .idl file and an existing dispinterface. How can I add events (a source interface or connection point) to it? I have tried adding ATL support to the project and using ATL to get a model of how to do it, but ATL seems to want an "interface" rather than a "dispinterface" to attach the events to. Is there a way to do it to a "dispinterface". I am using VS7. Thanks, Marius Matioc