I have an MDI Application with an MDIForm which creates multiple MDIChild forms 
within it. 

The problem that I have encountered is that if you want a normal form open and 
a MDIChild open, the MDIChild 'absorbs' the CTRL-TAB function.

I.E. I have a form with tabs. I want to be able to cycle through said tabs 
using the common CTRL-TAB. Unfortunately, if a MDIChild is present, CTRL-tab 
won't work, otherwise it works as expected.

Any thoughts/workarounds/solutions?

Reply via email to