I have to write an ActiveX DLL for an app. When this DLL is loaded, it's supposed to add a couple of menu items in the client app's menu bar. Does anyone know how this can be made possible? I guess I shall have to use some API because the client app is not a COM app so I can't assume I can interact with it using COM.

.