I have an application that is a MFC-based COM object (OLE) that opens MS Word and opens a word document. I have added a custom toolbar to the MS Word toolbar so that if the user hits this button, the document will be saved as RTF and will close down word. But how do I catch the event that my button has been hit? I did not create this as an ATL server and most of the information I can find deals with an ATL server. I need help badly, I am clueless as to how to continue...

PLEASE HELP!!!