I`m using it like I found in the MSDN's article 'Using MFC to Host a WebBrowser Control': //CWebBrowser2 m_browser - to access the WebBrowser control //CEdit m_edit - to access an edit control CString string; m_edit.GetWindowText(string); m_browser.Navigate(string, NULL, NULL, NULL, NULL); When in debug mode I can see the message 'Access Violation' in the debug window but, when in release mode it apparently works fine (I made this test recently) :( Cesario Simoes, jr Working with computers since 1970 (Burroughs, GTE, etc.) Programming in assembly DSP (TMS320c2x and TMS320c5x), C and C++. Using C++ and MFC, developping GUI to telecommunication equipment (PABX, ACD, RAS, etc.)