How to use Windows Forms Control of C# in C++?

  • Thread starter Thread starter sanjay.k
  • Start date Start date
S

sanjay.k

Guest
Hi All,

I have an existing application in C++ and this is mainly WTL based application, where my existing UI is WTL's CFrameWindowImpl based;
For the new UI development, I was thinking of using Windows User Controls (WPF controls), but this brings in the CLR into the existing application.
So, I was wondering if it is possible to add the new User Control UI to the WTL's frame.
Could some one please advise how to go about this?

Thanks,
Sanjay

Continue reading...
 
Back
Top