We have a C# windows forms application with a COM wrapper that is being called by another windows app written in VB6. When testing the C# application tabbing works fine. When the app is opened via the VB app the tabs just don't work - except for the ComboBoxes. Is there some way to stop VB6 from blocking the tab getting through to our C# app

VB6 blocking tab indexing in C#