C#開發 關於選擇路徑對話方塊 彈窗不出問題

來源:互聯網
上載者:User

標籤:

  最近編程出現了一個讓人挺鬱悶的事情!程式中需要編輯一個功能,而需要可以自己設定儲存檔案夾!代碼如下:

1            FolderBrowserDialog fbd = new FolderBrowserDialog();2             fbd.SelectedPath = AppDomain.CurrentDomain.BaseDirectory + "Video\\";3             frmMonitoring.path_Picture = fbd.SelectedPath;4             if (fbd.ShowDialog() == DialogResult.OK)//調試出現問題的行5             {6                 frmMonitoring.path_Picture= fbd.SelectedPath; 
7        }

 

  單從代碼角度講,沒什麼問題,但是當執行到第四行時,總是不彈窗。

  最後終於找到問題:因為我使用了皮膚,皮膚程式碼如下,取消皮膚後一切正常了。

1             //Sunisoft.IrisSkin.SkinEngine skin = new Sunisoft.IrisSkin.SkinEngine((System.ComponentModel.Component)frm);2             //skin.SkinFile = "Skins/MacOS.ssk"; // 指定皮膚檔案3             //skin.TitleFont = new System.Drawing.Font("微軟雅黑", 10F);// 指定標題列的Font。

C#開發 關於選擇路徑對話方塊 彈窗不出問題

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.