[python-win32] Help calling IProgressDialog Interface

Larry Bates larry.bates at websafe.com
Fri Feb 22 18:08:49 CET 2008


I've spent all morning searching and I just can't seem to find the TypeLibrary 
name for this COM interface.  I've searched the registry, scanned COM browser 
list at least a dozen times, etc.  Some information about this COM object is 
located here:

http://www.com.it-berater.org/COM/windows_shell/interfaces/IProgressDialog%20.htm

It appears to be located in browseui.dll, but that didn't help either.

I also tried using pythoncom.CoCreateInstance, but it reports:

 >>> pdlg=pythoncom.CoCreateInstance('{F8383852-FCD3-11d1-A6B9-006097DF5BD4}', No
ne, 1, '{EBBC7C04-315E-11d2-B62F-006097DF5BD4}')
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
TypeError: There is no interface object registered that supports this IID

I'm hoping that someone out there can assist?

Thanks in advance,
Larry



More information about the python-win32 mailing list