I have several childs inside a mdiParent, I know it's possible to change between the childs using the Control+Tab shortcut, but the problem is:
If you are in form A and you use the shortcut, you get to form B, but when you use the shortcut again you get to form C. It's not going back to form A where I was at the beginning, it seems that the only way to get back is to use the Control+Shift+Tab shortcut, but it gets kind of confusing when you have more mdichilds open.
1 formA > Control+Tab > formB
2 formB > Control+Tab > formC
2 formB > Control+Shitft+Tab > formA
I would like to know if there is way to get back to the form I was, like when you change windows using Alt+Tab.
Also, is there any way to show a small popup with a list of the opened childs while you are changing using Control+Tab.