We are integrating .NET UserControls into MFC using the CWinfFormsView class. It works great except for a few things. The most important issues is TAB navigation and tooltips (running the same usercontrol on a modal WinForm works fine).
TAB navigation seemingly works, but often suddenly stops working at a specific controls (running the same usercontrol on a modal WinForm works fine)
Espen.