icons in Solution Explorer

J

Julijan Sribar

Hello,

In my application I want to display same icons that are displayed in
Solution Explorer. I know that these icons are in csproj.dll file (for C#
projects), but Solution Explorer does not use the default icon for C#
project (that is used in Windows Explorer) with index 0, but the one with
index 55. The same applies for other types of projects. Is there a way to
obtain these icons automatically (i.e. without hard coding)?

Thanks in advance,

Julijan
 
N

Nicholas Paldino [.NET/C# MVP]

Julijan,

Probably not. How VS.NET gets the icons for it's projects is up to
itself. They don't have much reason to expose those things publically.
 
J

Julijan Sribar

Nicholas Paldino said:
Julijan,

Probably not. How VS.NET gets the icons for it's projects is up to
itself. They don't have much reason to expose those things publically.

Thanks :blush:(.

Regards,

Julijan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top