blah blah blah is here! blah blah » Close

0
votes
1 answers

.NET 4.0 WPF user control hosted in 3.5 Winforms

Hi all, I have a WPF control inside a .NET 4.0 dll from another guy in the office. I need to use this WPF user control in my .NET 3.5 Winforms project. My question is, is this possible? In my winforms app I added an ElementHost to ho ...

Feedback