0
votes
1answer
528 views
Not getting all windows messages in MFC ActiveX Composite Control
Hi,
I have a composite control with a declaration like this:
class ATL_NO_VTABLE CFooCtrl :
public CComObjectRootEx<CComSingleThreadModel>,
…
1
vote
How do I script an OLE component using Python?
win32com is a good package to use if you want to use the IDispatch interface to control your objects (slow). comtypes is a better, native python, package that uses the raw COM approach to talking t …
