In my mdi application i have four mdichild forms, one of them is used as a background and holding some controls..
How to prevent this background mdichild form from getting focus/activation when switching between other mdichild forms using Ctrl+Tab?
In other word how to skip this background mdi child form from the Ctrl+Tab sequence? and also make its z-order to be the last one so that it doesn't hide other mdichild forms when switching between them?
thanks in advance.