Re: How to determine COM objects/functions

2006-03-31 Thread M�ta-MCI
Hi!

COM browsers, Makepy, and other tools run only for statics COM servers.
For dynamic-COM-servers, there are ... only ... documentation.

@-salutations

Michel Claveau



-- 
http://mail.python.org/mailman/listinfo/python-list


How to determine COM objects/functions

2006-03-30 Thread Scott Brown
Hi,

I'm new to this list.  I have looked around the archives for this 
question but haven't seen an answer for it yet (though there are a lot 
of messages to sift through).

Say I'm operating with win32com.client and I am polling a certain 
application...Internet Explorer perhaps.  Is there a way to find out all 
available objects and associated functions?  Using dir() on the COM 
object doesn't display anything except COM functions, not the 
application's functions (display page, refresh browser, etc).

Thanks

Scott
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: How to determine COM objects/functions

2006-03-30 Thread Gregor Horvath
Servus,

Scott Brown schrieb:

 Say I'm operating with win32com.client and I am polling a certain
 application...Internet Explorer perhaps.  Is there a way to find out all
 available objects and associated functions?  Using dir() on the COM

In PythonWin under Tools Menu there is a COM Browser.

Or if you have MS-Office installed, there is a COM Browser in the VBA IDE.

-- 
Mit freundlichen Grüßen,
  Ing. Gregor Horvath, Industrieberatung  Softwareentwicklung
  http://www.gregor-horvath.com
-- 
http://mail.python.org/mailman/listinfo/python-list