HWND hMenuWnd = SHFindMenuBar(m_hWnd);
if (hMenuWnd != NULL)
{
::CommandBar_Show(hMenuWnd, FALSE);
}
MoveWindow(0,0, m_ixScreenWidth,m_iyScreenHeight);
if (nState == WA_ACTIVE || nState == WA_CLICKACTIVE)
{
HWND hWnd = ::FindWindow( _T( "MS_SIPBUTTON" ), NULL );
if (hWnd != NULL)
{
::ShowWindow(hWnd, SW_HIDE);
}
}