
How to disable CTRL+TAB and CTRL+SHIFT+TAB for switching mdi child windows
Does anyone know how I can disable the CTRL+TAB and CTRL+SHIFT+TAB key
combinations in vb.net? I don't want the user to switch to another mdi child
before some validation code is run with the possibility to deny the switch.
The same holds for the CTRL+F6 and CTRL+SHIFT+F6 key combinations but I
managed to disable them by creating dummy menu items with these shortcuts
and making them invisible which overrides the mdi child windows switching.
Thanks.