Visual Studio Development Bookmark and Share   
 index > Visual Studio Guidance Automation Toolkit > Command Bar Icon ID
 

Command Bar Icon ID

Hello everyone,

I have the following code. Whats that Icon ID-525 mean? How does the resolve to a actual icon on the menu when you running the guidance package? Is there a list of icon ID i could use? Where is the list?

I also looked at the following posting. It does talk about using Face ID browser but it can show you the face id from Microsoft Office.It doesn't relate to Visual Studio.

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2195783&SiteID=1

This one talks about a Excel file and shows bunch of icons in Excel. Again...where is Visual Studio?

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=875753&SiteID=1

<?xml version="1.0" encoding="utf-8"?>

<Recipe Bound="false" Name="GenerateTemplateCode" xmlns="http://schemas.microsoft.com/pag/gax-core">

<xi:include href="TypeAlias.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

<HostData>

<Icon ID="525" />

<CommandBar Name="Project" />

</HostData>

Thanks

Sy

Sy _  Wednesday, October 03, 2007 7:31 PM
You can use you own icons using the File attribute or just use the built-in office icons through the ID.

Also this is whatthe xsd schema documentation says:

“The ID number of the icon in a DLL specified by the Guid attribute, if present. If no GUID is supplied, the ID attribute specifies an icon in the Microsoft Office library by default.�/em>

hth

jose.

Jose Escrich  Wednesday, October 03, 2007 7:45 PM

May be this path is useful

The icon from theID is the ID of an icon in the C# Project dll,

C:\Program Files\Microsoft Visual Studio 8\VC#\VCSPackages\csproj.dll, here

this dll can be opened in Visual Studio so you can pick another icon from this dll if you want, but you can also use a custom icon

--satish

satish padidem  Monday, October 08, 2007 10:43 AM
You can use you own icons using the File attribute or just use the built-in office icons through the ID.

Also this is whatthe xsd schema documentation says:

“The ID number of the icon in a DLL specified by the Guid attribute, if present. If no GUID is supplied, the ID attribute specifies an icon in the Microsoft Office library by default.�/em>

hth

jose.

Jose Escrich  Wednesday, October 03, 2007 7:45 PM

May be this path is useful

The icon from theID is the ID of an icon in the C# Project dll,

C:\Program Files\Microsoft Visual Studio 8\VC#\VCSPackages\csproj.dll, here

this dll can be opened in Visual Studio so you can pick another icon from this dll if you want, but you can also use a custom icon

--satish

satish padidem  Monday, October 08, 2007 10:43 AM

Thanks for reply.
Sy _  Thursday, October 18, 2007 4:05 AM

You can use google to search for other answers

Custom Search

More Threads

• Register Guidance Package fails
• Multiple Project Creation Template
• Starting VS2008 SP1 Beta1 In Experimental Hive Fails with Recipe Framework Error
• FolderAdd
• Custom Guidance Package - Auto enable WCF Gudiance Package?
• Factoring Factories :)
• uninstall previously installed while installing
• Future Roadmap for GAT
• How to set focus on "No" button of the MsgBox in VB.NET
• Issue passing input parameters to actions