DblClick Example for Visual C++ 5.0

void CConViewSamplesView::OnDblClickLeadrastercontainerviewer1 ()
{
   CString S; 
   if(this->GetActiveWindow())
   {
      this->GetActiveWindow()->SetWindowText(S + TEXT(" Mouse was double clicked "));
   }

}