Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 2nd, 2012  |  syntax: None  |  size: 0.67 KB  |  hits: 18  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.  
  2.                 case ERROR_NO_SUCH_GROUP:
  3.                         {
  4.                                 g_WndMng.OpenMessageBox( _T( prj.GetText(TID_DIAG_0039) ) );
  5. //                              g_WndMng.OpenMessageBox( _T( "À߸øÀÔ·ÂÇÏ¿´½À´Ï´Ù. ´Ù½Ã ÀÔ·ÂÇÏ¿© Áֽʽÿä" ) );
  6.                                 CWndDeleteChar* pWnd = (CWndDeleteChar*)g_WndMng.GetWndBase( APP_DELETE_CHAR );
  7.                                 if( pWnd )
  8.                                 {
  9.                                         CWndEdit* pWndEdit = (CWndEdit*)pWnd->GetDlgItem( WIDC_EDIT1 );
  10.                                         pWndEdit->SetString( "" );
  11.                                         CWndButton* pWndButton = (CWndButton*)pWnd->GetDlgItem( WIDC_OK );
  12.                                         pWndButton->EnableWindow( TRUE );
  13.                                         pWndButton      = (CWndButton*)pWnd->GetDlgItem( WIDC_CANCEL );
  14.                                         pWndButton->EnableWindow( TRUE );      
  15.                                 }
  16.                                 break;
  17.                         }