Resize Example for Visual C++ 5.0

void CConViewView::OnResizeLeadrastercontainerviewer1 ()
{
   CString S; 
   if(this->GetActiveWindow())
   {
      this->GetActiveWindow()->SetWindowText(S + TEXT("Control Resized"));
   }

}