[python-win32] shell extension property sheet

2007-05-26 Thread TK Soh
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

Re: [python-win32] Getting HRESULT back from a com automation

2007-05-26 Thread Mark Hammond
> 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