Перейти к содержимому

Положите два окна в одно

-1

Я использую Windows 7. У меня есть два окна, которые я хочу одновременно просматривать на одном экране, причем у каждого окна есть свой значок на панели задач, например, Word слева и Excel справа. Я хочу поместить оба окна в одно окно, чтобы на панели задач отображался только один значок. Когда я нажимаю этот значок, обе программы появляются вместе в одном общем окне.

Как я могу это сделать?

505 просмотров
Mowing Bar спросил 11 лет назад
M 44

3 ответа

1
Принятый ответ

You can't put multiple applications into one taskbar icon. But you can change when the taskbar groups the icons. AS for two windows on the same screen just drag the window to the edge of the screen and drag the other window to the opposite side. If you have dual monitors just hit windows key and either the left or right arrow key. This will snap the applications to the side of the monitor instead of the edge of the desktop.

To change the taskbar grouping behavior: Right click the taskbar > click properties. From the taskbar tab under taskbar appearance go to the taskbar buttons drop down and select one of the following options:

  • Never combine -- Will do exactly that Never combine the taskbar Icons and all windows will have there own button on the taskbar.
  • Combine -- When taskbar is full will keep the Icons on the desktop separate until more room on the taskbar is needed. It will then group the Icons based off of applications.
  • Always combine, hide labels -- When this option is selected the taskbar will always group the Icons on the taskbar by application.

    The Best you can do is to group the icons all the time. This will never combine multiple applications in one taskbar button.

If you really want to go overboard you could start up a virtual machine and have the two applications started up on that and sitting there waiting ready and just switch to the VM when you want to pull up both applications.

look at the accepted answer here, the links provided may work.

Мне бы хотелось, чтобы два отдельных окна использовали один значок на панели задач, чтобы я нажимал на одну кнопку и два открытых окна.

Mowing Bar · 11 лет назад · 0

Я отредактировал свой ответ, добавив ссылку на другой [вопрос](http://superuser.com/questions/359191/how-can-i-make-multiple-programs-occupy-one-icon-space-in-the- Windows-Task-Bar), который может иметь возможное решение.

Archangel33 · 11 лет назад · 0
Archangel33 ответил 11 лет назад
A 157
0

To view two windows on your desktop side by side you can use the Snap feature of Windows 7 and work on them without overlapping or minimizing the other one.

For each windows to have it's separate taskbar icon you can choose never combine option of 'taskbar button' property from taskbar properties, by right clicking on the taskbar.

With always combine option you can overlap the icon of the windows of the same program but there's no way to convert either taskbar icons or windows of two separate programs into one.

Mohi ответил 11 лет назад
M 564
0

You could simply write a Autohotkey-Script to open and resize the two windows and pin it to the bar...

To activate/open the windows http://www.autohotkey.com/docs/commands/WinActivate.htm

Then resize the window as you need it: http://www.autohotkey.com/docs/commands/WinMove.htm

Obviously, you will still have two windows, but as far as I understand your question, this is the problem you want to solve.

Much simpler than a VM imho ;-)

Вы действительно должны предоставить примеры того, как использовать эти команды.

Ramhound · 11 лет назад · 0
phi ответил 11 лет назад
P 506