I'm working on an application that automated IE in an apartment threaded model. 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? Thanks.