Hello,
In my application (Visual Studio add-in) I want to display the 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?
Thanks in advance,
Julijan
Gaston Milano - 18 Nov 2004 11:55 GMT
You can try with GetIcons
http://www.freedownloads.be/downloaddetail/515
Regards,
Gaston
> Hello,
>
[quoted text clipped - 9 lines]
>
> Julijan