Sanjay K

Sanjay K

  • NA
  • 22
  • 1.3k

How to use Windows Forms Control Library in C++ application?

Jul 20 2018 9:13 AM
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, but this brings in the CLR into the existing application (for the managed part).
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
 

 

Answers (1)