Home All Groups Group Topic Archive Search About

Using Windows based icons in our apps

Author
13 Jun 2009 2:17 PM
Mojo
Hi All

I might have dreamt this up, but I'm sure I remember that if you developed
in Microsoft's dev tools, ie Visual Studio 6, then you were entitled to use
their icons in your apps.

Is this true or have I dreamt this up?

Thanks

Author
13 Jun 2009 2:34 PM
MikeD
"Mojo" <please@dont.spam.com> wrote in message
news:u6V9WHD7JHA.4864@TK2MSFTNGP03.phx.gbl...
> Hi All
>
> I might have dreamt this up, but I'm sure I remember that if you developed
> in Microsoft's dev tools, ie Visual Studio 6, then you were entitled to
> use
> their icons in your apps.
>
> Is this true or have I dreamt this up?


That icons that are included with VB/VS, sure, you can use them. That's why
they're included. If you're not talking about those icons, then be more
specific about which ones you are talking about.

--
Mike
Author
13 Jun 2009 3:09 PM
Nobody
"Mojo" <please@dont.spam.com> wrote in message
news:u6V9WHD7JHA.4864@TK2MSFTNGP03.phx.gbl...
> Hi All
>
> I might have dreamt this up, but I'm sure I remember that if you developed
> in Microsoft's dev tools, ie Visual Studio 6, then you were entitled to
> use
> their icons in your apps.

No you are not allowed to use their icons; however, they installed specific
icons under VS folder. What you are entitled to is listed here:

C:\Program Files\Microsoft Visual Studio\REDIST.TXT

Which lists all the icons included with VS that you can use in your
application. These include some icons MS used for Explorer and Office. But
this doesn't extend to other icons not included above, or other OS or Office
versions.

However, some standard icons can be created using LoadIcon(NULL, IconName).
This gives you the icon that the OS is using. These are usually the icons
displayed in message boxes, such as the question mark.