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