开发者

Hosting Windows Forms UserControl into Silverlight application

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 WindowsFormsHost :

<WindowsFormsHost Name="m_WindowsFormsHost" Height="800" Width="900" >
            <winform:PlayerWindowControl />
</WindowsFormsH开发者_开发问答ost>

I want to do this in silverlight.


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?


You can't use DLLs, not written for Silverlight.
Take a look to this post.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜