tags:

views:

18

answers:

1

I want to add windowsform usercontrol to wpf usercontrol. how to do that?

+2  A: 

Take a look here.

Ardman
I want to add windows usercontrol... not controls
Without adding the System.Windows.Forms namespace to your reference then you won't be able to add any WinForm UserControl.
Ardman