mfc >> Windows Icons ?

by Eric » Wed, 26 Nov 2003 03:29:20 GMT

Hello,

I like to use the icons which are used in the 'Device Manager'.
In my appl. I list some particular devices, and therefore like to user their
corresponding icon.
Where can I find these icons and is it allowed to use them in my appl.
(copyright?...)

thx




mfc >> Windows Icons ?

by David Crow [MCSD] » Wed, 26 Nov 2003 03:48:01 GMT


I found most of them in the following files:

setupdll.dll
setupapi.dll
sndrec32.dll
usbui_1.dll



their





Similar Threads

1. The use of Microsoft Windows icons

Hi all,

i was wondering if the use of Microsoft Windows XP or Microsoft Vista XP 
icons is allowed in my application.

Everybody knows that it's easy to retrieve the icons from the shell32.dll or 
some likewise dll, but is it legal?

I suspect not, but maybe i'm wrong.

Greetz,
a fellow coder 


2. using windows icons in my winforms app - CSharp/C#

3. Hiding opened windows icons on tray

When I run my application it instantiates some object which displays a
window in the display center and also some small window on the tray, at the
bottom of the screen. Can I hide this small window (without loosing
functionality)?

Thanks in advance

Marom


4. Using windows icons in a control

5. Windows Icons

Hello all,

I see many apps using icons in the SHELL32.dll library.
Can I use some of the icons in this dll in my own (non
profit) application ?

Thank you


6. mapping of file extensions with windows icon

7. Requesting a specific icon format or retrieving the entire icon directory for a system icon

8. Managing windows try icons - CSharp/C#