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