BOOL EnableWindow( HWND hWnd, BOOL bEnable );
EnableWindow(GetDlgItem(hDlg,IDC_TXT0),FALSE); EnableWindow(GetDlgItem(hDlg,IDC_TXT1),FALSE);