第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

無(wú)法將 system.windows.forms.messageboxbuttons 轉(zhuǎn)換為

無(wú)法將 system.windows.forms.messageboxbuttons 轉(zhuǎn)換為

C#
慕蓋茨4494581 2023-05-13 15:54:50
我無(wú)法在我的 C# wpf 項(xiàng)目上發(fā)送消息,我已經(jīng)導(dǎo)入了所有組件,但現(xiàn)在收到此錯(cuò)誤MessageBoxButtons 出現(xiàn)錯(cuò)誤“無(wú)法將 system.windows.forms.messageboxbuttons 轉(zhuǎn)換為 system.windows.messageboxbuttons”using System.Windows;using System;using System.Windows.Controls;using System.Drawing;using System.Drawing.Imaging;using System.Security;using MessageBox = System.Windows.MessageBox;using System.Text.RegularExpressions;using System.IO;using System.Collections.Generic;using System.Windows.Forms;      if (MessageBox.Show("test", "Confirm", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)                    {                        // user clicked yes                    }                    else                    {                        // user clicked no                    }
查看完整描述

1 回答

?
SMILET

TA貢獻(xiàn)1796條經(jīng)驗(yàn) 獲得超4個(gè)贊

你混合了 WPF/Winforms


為按鈕/圖像使用正確的名稱空間:


if (MessageBox.Show("test", "Confirm", System.Windows.MessageBoxButton.YesNo, System.Windows.MessageBoxImage.Question) == MessageBoxResult.Yes)

{

    // user clicked yes

}

else

{

    // user clicked no

}


查看完整回答
反對(duì) 回復(fù) 2023-05-13
  • 1 回答
  • 0 關(guān)注
  • 302 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)