在不同窗口中打开 2 个 Visio 图表

发布于 2024-07-04 14:52:27 字数 1476 浏览 6 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

晨与橙与城 2024-07-11 14:52:27

这允许您打开两个或多个 Visio 实例,以便您可以同时查看不同的 Visio 文档,而无需执行将 Visio 窗口拉伸到两个屏幕的过程。 我发现这是一种更简单的方法并且更容易操作。 如果第一次尝试不起作用,请重新检查注册表设置。 在它发生之前,它又改变了几次。

要实现新行为,请遵循以下注册表技巧:

  1. 打开 Microsoft Visio。

  2. 转到工具 -> 选项-> 高级文件-> 选项-> 较新版本中的高级

  3. 选中“将所有设置放入 Windows 注册表”选项。

  4. 关闭 Microsoft Visio

  5. 运行注册表编辑器 (regedit)。

  6. 导航到以下注册表项:

    HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Visio\Application\
    注意:密钥中的值12.0可以不同。
    (即:Visio 2010:14.0,Visio 2019:16.0

  7. 在右侧窗格中,右键单击 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:

  1. Open Microsoft Visio.

  2. Go to Tools -> Options -> Advanced or File -> Options -> Advanced in newer versions.

  3. Check the Put all settings in Windows Registry option.

  4. Close Microsoft Visio

  5. Run Registry Editor (regedit).

  6. 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)

  7. 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.

贩梦商人 2024-07-11 14:52:27

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

肥爪爪 2024-07-11 14:52:27

看来我的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文