Hi, I think I have noticed a bug in Windows 8:
Have two forms, lets say MAIN and TEST.
MAIN will need a ToolStripMenuItem. When clicking on the menu item show form TEST.
On form TEST you will need a ToolStripDropDownButton.
If you then click on the MenuItem to open form TEST and then click on the DropDownButton you will notice that form TEST moves behind form MAIN.
This is not an issue in Windows 7. I have noticed the same behaviour in Visual Studio 2010 & 2012 in Windows 8.
Can anyone else reproduce this? and if so how can I get it to work?
Kind regards,
ShaunP26