c# WPF transparency over Winform controls

前端 未结 4 722
醉梦人生
醉梦人生 2021-02-08 23:02

I have a WPF control that I would like to overlay onto a WinForms application. So I have dutifully created a Element Host that can show the following WPF object:



        
4条回答
  •  滥情空心
    2021-02-08 23:26

    You should read this :Black background before loading a wpf controll when using ElementHost Just hide & show it (not cool but works)

提交回复
热议问题