CComQIPtr<IHTMLDocument2> spDoc2 = m_ShowCtl.get_Document();
if( !spDoc2 )
return ;
HRESULT hr = spDoc2->put_bgColor( CComVariant(CComBSTR(_T("pink") ) ) );
CComQIPtr<IHTMLDocument2> spDoc2 = m_ShowCtl.get_Document();
if( !spDoc2 )
return ;
HRESULT hr = spDoc2->put_bgColor( CComVariant(CComBSTR(_T("pink") ) ) );