string s = "1行目\r\n2行目"; if(MessageBox.Show(s,"TEST",MessageBoxButtons.YesNo) == DialogResult.Yes) { //YESの処理 }else{ //NOの処理 }