Does .NET have icon collections?

前端 未结 10 1723
忘了有多久
忘了有多久 2020-12-02 05:49

Does .NET framework have a collection of icons for use in Windows Forms or WPF application somewhere? How does one use it? For example, how do I use it as an application win

10条回答
  •  無奈伤痛
    2020-12-02 06:06

    If you have Visual Studio (not Express) then you have access to many of the windows icons:

    The Visual Studio 2010 Image Library contains application images that appear in Microsoft Windows, the Office system, Microsoft Visual Studio, and other Microsoft software. You can use this set of over 1,000 images to create applications that look visually consistent with Microsoft software.

    This file is typically installed in ..\Program Files\Microsoft Visual Studio 10.0\Common7\VS2010ImageLibrary\1033.

    Ref.: Visual Studio Image Library

    How to: Install the Visual Studio Image Library

    Licensing is talked about here: Tips and Tricks: Visual Studio 2010 Image Library

提交回复
热议问题