ActiveX Spy utility?

dsavitsk dsavitsk at ecpsoftware.com
Fri Jan 31 02:38:03 EST 2003


Robert Oschler wrote:
> Has anybody seen a utility that will let you see the calls being made by an
> ActiveX control client?  For an ActiveX control client where you don't have
> the source for the client.  Something for ActiveX calls that would be like
> the MSVC studio Spy++ utility does for Windows API calls.

Assuming this is a Python related question, look into the trace 
collector utility in pythonwin.  this lets you see calls to python com 
servers when the are registered with the --debug flag.  so, something 
like ActiveX controls in VB calling Python COM servers would be viewable.

-d





More information about the Python-list mailing list