Roger Stewart wrote: Change Chris Morrison wrote: private: SHDocVw::InternetExplorer m_IExplorer; m_IExplorer = new SHDocVw::InternetExplorer(); To SHDocVw::InternetExplorerClass* ieForAutomation; ieForAutomation = new SHDocVw::InternetExplorerClass(); Thanks Roger, I just cracked it by looking though the MSDN Library. Thank you for that link as well, that sample should come in very handy. Kind Regards, Chris