Re: [BangPypers] win32com.client.Dispatch

2011-12-28 Thread Nitin Kumar
Thanks Visal/Sujit/Noufal, All of your reply was of great help. Specially COM Raider and makepy.py (from PyWin32 libraries) Thanks again Nitin K On Wed, Dec 28, 2011 at 4:02 PM, Vishal wrote: > On Tue, Dec 27, 2011 at 5:34 PM, Nitin Kumar wrote: > > > Hi All, > > > > Say I did > > x=win32co

Re: [BangPypers] win32com.client.Dispatch

2011-12-28 Thread Vishal
On Tue, Dec 27, 2011 at 5:34 PM, Nitin Kumar wrote: > Hi All, > > Say I did > x=win32com.client.Dispatch("{6BF52A52-394A-11d3-B153-00C04F79FAA6}") > > where the clsid used is for window media palyer. > Now if i do: > >>> dir(x) > ['_ApplyTypes_', '_FlagAsMethod', '_LazyAddAttr_', '_NewEnum', '_Re

Re: [BangPypers] win32com.client.Dispatch

2011-12-27 Thread Noufal Ibrahim
Nitin Kumar writes: > Hi All, > > Say I did > x=win32com.client.Dispatch("{6BF52A52-394A-11d3-B153-00C04F79FAA6}") > > where the clsid used is for window media palyer. > Now if i do: dir(x) > ['_ApplyTypes_', '_FlagAsMethod', '_LazyAddAttr_', '_NewEnum', '_Release_', > '__AttrToID__', '__Laz

Re: [BangPypers] win32com.client.Dispatch

2011-12-27 Thread Sujit Ghosal
Hi Nitin, Probably you can give a try to "COM Raider". That tool should expose the methods which are present for that specific Dispatch ID. However there is a tool (by MS), which will help you out to solve this issue. I don't remember the tool name exactly. But I suppose Google should be able t

[BangPypers] win32com.client.Dispatch

2011-12-27 Thread Nitin Kumar
Hi All, Say I did x=win32com.client.Dispatch("{6BF52A52-394A-11d3-B153-00C04F79FAA6}") where the clsid used is for window media palyer. Now if i do: >>> dir(x) ['_ApplyTypes_', '_FlagAsMethod', '_LazyAddAttr_', '_NewEnum', '_Release_', '__AttrToID__', '__LazyMap__', '__call__', '__doc__', '__eq__