> Does anyone have some sample code on how to list out the different methods > and properties of a COM object? This is not trivial to do at all. Indeed, for some objects it can not be done at all. The best sample code I have is the "Build" method on the "DispatchItem" class in the win32com.client.build module. Mark. _______________________________________________ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython
- List Methods and Properties of a COM object Chris and Sherry Austin
- Mark Hammond