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

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to