SQL Server
Windows Forms
Game Technologies
Visual C++
Smart Devicet
IE Development
Audio and Video
Visual Basic
Visual Studio
Visual C#
Visual FoxPro
VS Team System
.NET Development
SharePoint Products
Windows Vista
Software Development Network>> Visual Studio>> How to get icon of ProjectItem?
How to get icon of ProjectItem?
Hot Topic
EnvDTE80.TextDocumentKeyPressEvents.BeforeKeyPress randomly not working?
Run BuildProject for particular solution configuration + platform
Width and Height properties can have values larger than MaxWidth and MaxHeight?
Unable to access service witn x509 certificate from client apps
Setting foreground and background to be the same when a control is disabled
Unable to populate WPF Extender Control correctly....
Cannot set value because it is in a register and not in the top frame
Global Address list - microsoft outlook
Overloads are incorrectly shown as "Inherited from"
Visual Studio Compile Slow on Network
Visual Studio
2 Projects in same Solution that share files?
How do I set up the CRRedist2005_x86.msi prerequisite conditions.
"Exception of type 'System.Data.DLinq.CycleDetectionException' was thrown."
Commands ignored when FocusManager.IsFocusScope="True"
How to reference one xaml file from another?
Receive timeout
Infopath 2007 Default Values
Reference from csproj to vcproj fails to build using MSbuild
Any one use speedspeccer?
Disable page input during asynchronous process
How to get icon of ProjectItem?
Hi there,
is ist possible to retrieve the icon of a ProjectItem using the DTE
- Jens
Answer this question
How to get icon of ProjectItem?
VenkatRaghavan
AFAIK no, that belongs to each VS package for each .NET language / project and it is not exposed through automation. You need to capture them with an icon editor and add them you your add-in (at least I did so for my add-in).
nzmike
Too bad, but thanks anyway!
How to get icon of ProjectItem?
Answer this question
How to get icon of ProjectItem?
VenkatRaghavan
nzmike