Visual Studio 2010 addin which makes floating window non-topmost

有些话、适合烂在心里 提交于 2019-12-06 12:51:14

问题


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 one start in creating such extension?

Or would it be perhaps possible to modify the windows ordering by external application, perhaps something similar to Spy++, but with the ability to modify windows properies or send window messages as well?

This is a bit related to Visual Studio 2010 - Semi-Transparent Floating Windows - any utility which could do that could probably be modified to do this as well.


回答1:


As mentioned recently on Connect web site, recent Pro Power Tools should have an option for this, called "top-level floating windows".

That said, I already have the version "10.0.20214.15" installed (which is most recent as of writing) and there is no such option available. No such option is also mentioned in Pro Power Tools Revision Notes.

However, this gives me a hope this extension might add this option later.



来源:https://stackoverflow.com/questions/4880186/visual-studio-2010-addin-which-makes-floating-window-non-topmost

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!