Navigation Problem in vb.net MDI Form
-
Hello All, I am developing a MDI application in vb.net 3.5 but I am fecing a problem a when i am pressing "Ctl" + "Tab" button of the keyboard. As I open all the child form in maximise mode so, I do not want to press "Ctl+Tab" to suffle the childform So, How can I stop that in my application.
Arindam Banerjee Sr. Software Developer Rance Computer Pvt Ltd. Kolkata (India)
-
Hello All, I am developing a MDI application in vb.net 3.5 but I am fecing a problem a when i am pressing "Ctl" + "Tab" button of the keyboard. As I open all the child form in maximise mode so, I do not want to press "Ctl+Tab" to suffle the childform So, How can I stop that in my application.
Arindam Banerjee Sr. Software Developer Rance Computer Pvt Ltd. Kolkata (India)
I've never turned the thing off myself, so, this may not work. But, I'd start by turning Keypreview on the MdiParent form on, then handle it's KeyDown event and eat the Tab key if Ctrl is being held down.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008