I'm try to add a property sheet to my shell extension project, but
found that pywin32 doesn't support it. What's the best thing I can do,
other than hoping it will supportef pywin32 soon? I'm using pywin32
bundled with ActivePython 2.4.
___
Python-win32 m
> I'm trying to get back the result of ie.Navigate().
> According to the MSDN
> documentation it should return a HRESULT. It appears to
> return None. Is
> there a way to get the return code from the com interaction?
All error HRESULTs are returned via exceptions. Unfortunately, there isn't
a r