2017-04-05 60 views
0

我試圖使用this guide將WMP控件加載到我的WPF項目中。在活動desginer VS 2015社區中未啓用Windows媒體播放器控件

當我嘗試這樣做時,出現以下錯誤消息:The following controls were successfully added to the toolbox but are not enabled in the active designer

我正在使用Visual Studio 2015社區(版本14.0.25431),並且面向.NET Framework 4.6.2。我嘗試過針對舊版本,以及將DLL移動到我的項目文件夾,並從那裏添加一個參考,沒有運氣。

+2

這是Winforms的指南,您必須在WPF應用程序中使用WindowsFormsHost。谷歌的「wpf嵌入wmp」命中,最重要的是現有的SO問題。 –

+0

啊,我明白了,謝謝你的支持! – Luke4792

回答

0

正如Hans告訴我的那樣,我正在使用Winforms指南。 This article向您展示瞭如何在WPF中嵌入Winforms控件。