Hosting Windows Forms UserControl into Silverlight application

前端 未结 2 1892
时光说笑
时光说笑 2020-12-22 00:39

I\'ve a DLL written in Windows Forms. I need to host one UserControl from this DLL to my silverlight project. Is this possible?

In WPF, this is possible using Windo

2条回答
  •  温柔的废话
    2020-12-22 00:50

    There is no similar support, nor does it seem likely any would be added, as Silverlight tries to be cross-platform. If you want this feature, then you should also have no problems being tied to Windows by using WPF, right?

提交回复
热议问题