.Net应用程序标准图标集
我们正在开发一个带有菜单和工具栏的完全标准的 WPF 应用程序。菜单和工具栏都包含标准 Windows 应用程序项,如保存、加载、撤消、重做、删除、连接等。
我们希望使用标准 Windows 图标,就像 Visual Studio 使用的图标一样。我可以从哪里找到、购买或下载标准图标集?
We are developing a completely standard WPF application with a menu and toolbar. Both the menu and toolbar contain standard Windows application items like save, load, undo, redo, delete, connect etc.
We want to use the standard Windows icons, like the ones Visual Studio is using. Where can I find, buy or download the standard icon set from?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
大多数图标均可在 Visual Studio 中使用:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\VS2010ImageLibrary
。 (或安装 Visual Studio 的任何位置)。您应该在这里找到您想要的东西。
问候,
埃里克。
Most icons are available with Visual Studio:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\VS2010ImageLibrary
. (or wherever your Visual Studio is installed).You should find what you are looking for here.
Regards,
Eric.
Program Files/Visual Studio/Common 文件夹中有很多模板。检查 zip 文件。
There're alot of templates in program files/visual studio/Common folder. Check the zip files.