如何将可执行文件添加到工具栏

发布于 2024-12-05 23:03:18 字数 152 浏览 0 评论 0原文

这可能看起来像是发布的其他一些问题的重复。但我没有得到适当的答复。

我有一个名为“GenerateFileName.exe”的可执行文件,我想将其嵌入到 Visual Studio 工具栏。 我正在使用 VS 2010。

提前致谢

, 吉里什

This may seem like a duplicate of some other questions posted. But i dint get appropriate replies out there.

I have one executable of name 'GenerateFileName.exe' which i want to embed to Visual Studio Toolbar.
I am using VS 2010.

Thanks in advance

Regardas,
Girish

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

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

发布评论

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

评论(1

無心 2024-12-12 23:03:18

为此,您可以使用外部工具功能。

首先,设置外部工具 - 完整说明可以在 MSDN 上找到,但是以下是快速步骤:

  1. 转到工具菜单并选择外部工具
  2. 单击添加并输入程序的详细信息(至少输入一个标题然后是exe的路径作为命令)

其次,您需要为该外部工具添加一个工具栏图标。同样,MSDN 具有完整的详细信息,但基础知识是:

  1. 转到< code>Tools 菜单,选择Customize 并切换到 Commands 选项卡
  2. 选择重新排列Toolbar 的选项,然后选择工具栏你想添加到(例如“标准”)
  3. 单击添加命令...
  4. 转到工具类别并找到外部工具XX。查找当前编号为 XX 的物品可能需要一些猜测和检查,但您应该能够找到它。

You can use the External Tools feature for this.

First, setup the External Tool - full instructions can be found on MSDN but here are the quick steps:

  1. Go to Tools menu and choose External Tools
  2. Click Add and enter the details for your program (enter at least a title and then the path to the exe as the command)

Second, you need to add a toolbar icon for that External Tool. Again, MSDN has the full details but the basics are:

  1. Go to Tools menu and choose Customize and switch to the Commands tab
  2. Select the option to rearrange the Toolbar and then select the toolbar you want to add to (e.g. "Standard")
  3. Click Add Command...
  4. Go to the Tools category and find External Tool XX. Finding the item with the current number for XX might take some guess-and-check but you should be able to get it.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文