I would like to ship an application that uses images based on icons found in Shell32.dll (e.g. picture of a hard disk, folder, text file, etc).
I don't want to load the images from the common DLL at runtime because the images or their indices may change across various versions of Windows. I just want to repackage them in my application as resources, so my application stays consistent, and roughly in line with the look and feel of the OS.
So my question is, would it be a violation of any kind of license to include these standard images as resources in my (commercial) application?