I am working on a project where a existing backend uses ActiveX libraries. I need to program an extension in Python for this project and I think is necessary to use COM objects from a proprietary library. I would like to know if it is possible to capture ActiveX events from Python
My operating system is Windows and the backend is written in Visual Basic.
Can you provide some guidance on this topic?