This allows you to open two or more instances of Visio so that you can view different Visio docs at the same time without going through the process to stretch the Visio window across two screens. I found this to be a simpler method and a bit easier to manipulate. If it doesn't work on your first try recheck the registry setting. It changed back on me a couple of times before it took.
To implement the new behaviour, follow the following registry trick:
Open Microsoft Visio.
Go to Tools -> Options -> Advanced or File -> Options -> Advanced in newer versions.
Check the Put all settings in Windows Registry option.
Close Microsoft Visio
Run Registry Editor (regedit).
Navigate to the following registry key:
HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Visio\Application\ Note: The value 12.0 in the key can be different. (i.e: for Visio 2010: 14.0, Visio 2019: 16.0)
In the right pane, right click on SingleInstanceFileOpen, and then select Modify. Update the value of SingleInstanceFileOpen from 1 to 0
If the value SingleInstanceFileOpen doesn't exist, it can be created as a type REG_SZ.
Visio 2005 allows you to open visio multiple times - does this not work in 2007? Try opening a visio document, and then starting another instance of visio from the Start-->Programs menu.
If not, read on...
Visio is an MDI interface - you'll need to stretch the whole visio window across the two monitors in question, then choose the "Window" menu and select "Tile" after you've opened your two documents.
Alternately, in the upper right hand corner just below the application minimize, restore and close buttons you'll find the document minimize, restore and close. Choose restore, and you can manipulate the windows inside the main visio app.
发布评论
评论(3)
这允许您打开两个或多个 Visio 实例,以便您可以同时查看不同的 Visio 文档,而无需执行将 Visio 窗口拉伸到两个屏幕的过程。 我发现这是一种更简单的方法并且更容易操作。 如果第一次尝试不起作用,请重新检查注册表设置。 在它发生之前,它又改变了几次。
要实现新行为,请遵循以下注册表技巧:
打开 Microsoft Visio。
转到
工具 -> 选项-> 高级
或文件-> 选项-> 较新版本中的高级
。选中“将所有设置放入 Windows 注册表”选项。
关闭 Microsoft Visio
运行注册表编辑器 (regedit)。
导航到以下注册表项:
HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Visio\Application\
注意:密钥中的值
12.0
可以不同。(即:Visio 2010:
14.0
,Visio 2019:16.0
)在右侧窗格中,右键单击
SingleInstanceFileOpen
,然后单击选择修改。 将SingleInstanceFileOpen
的值从1
更新为0
如果值
SingleInstanceFileOpen
不存在 strong>,它可以创建为 REG_SZ 类型。This allows you to open two or more instances of Visio so that you can view different Visio docs at the same time without going through the process to stretch the Visio window across two screens. I found this to be a simpler method and a bit easier to manipulate. If it doesn't work on your first try recheck the registry setting. It changed back on me a couple of times before it took.
To implement the new behaviour, follow the following registry trick:
Open Microsoft Visio.
Go to
Tools -> Options -> Advanced
orFile -> Options -> Advanced
in newer versions.Check the Put all settings in Windows Registry option.
Close Microsoft Visio
Run Registry Editor (regedit).
Navigate to the following registry key:
HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Visio\Application\
Note: The value
12.0
in the key can be different.(i.e: for Visio 2010:
14.0
, Visio 2019:16.0
)In the right pane, right click on
SingleInstanceFileOpen
, and then select Modify. Update the value ofSingleInstanceFileOpen
from1
to0
If the value
SingleInstanceFileOpen
doesn't exist, it can be created as a type REG_SZ.Visio 2005 允许您多次打开 visio - 这在 2007 中不起作用吗? 尝试打开一个 visio 文档,然后从“开始”-->“程序”菜单启动另一个 visio 实例。
如果没有,请继续阅读...
Visio 是一个 MDI 界面 - 您需要在相关的两个显示器上拉伸整个 visio 窗口,然后在打开两个显示器后选择“窗口”菜单并选择“平铺”文件。
或者,在右上角应用程序最小化、恢复和关闭按钮正下方,您会发现文档最小化、恢复和关闭。 选择恢复,您可以操作主 visio 应用程序内的窗口。
希望这可以帮助!
——亚当·戴维斯
Visio 2005 allows you to open visio multiple times - does this not work in 2007? Try opening a visio document, and then starting another instance of visio from the Start-->Programs menu.
If not, read on...
Visio is an MDI interface - you'll need to stretch the whole visio window across the two monitors in question, then choose the "Window" menu and select "Tile" after you've opened your two documents.
Alternately, in the upper right hand corner just below the application minimize, restore and close buttons you'll find the document minimize, restore and close. Choose restore, and you can manipulate the windows inside the main visio app.
Hope this helps!
-Adam Davis
看来我的 Visio 安装有问题。 我在这里的另一台计算机上尝试过,它允许我打开该软件的 2 个实例。
Seems like my installation of Visio is the problem. I've tried on another computer here and it allow me to open 2 instances of the software.