views:

30

answers:

1

How do I use a WinForms control written in C#, in a WinForms C++/CLI application ? If at all possible.

+1  A: 

Have you added a reference to the C# project or dll? Then you might have to add the control to the Toolbox

Kjartan Þór Kjartansson