Visual Studio 2010 addin which makes floating window non-topmost
Motivation: I miss MDI in Visual Studio 2010. In long term the best solution would probably be to have it back by Microsoft. (You can vote for this at Microsoft Connect .) However, even if Microsoft might decide to have it back, it will probably take a few years. I am therefore exploring the alternative meanwhile. Making the source window floating is a step to MDI, but it has nasty implication of the window being always on top of everything, including tool windows. Would it be possible to create an extension which would could allow my to make some floating windows not always on top? How should